Package: regMMD 0.1.0
regMMD: Robust Regression and Estimation Through Maximum Mean Discrepancy Minimization
The functions in this package compute robust estimators by minimizing a kernel-based distance known as MMD (Maximum Mean Discrepancy) between the sample and a statistical model. Recent works proved that these estimators enjoy a universal consistency property, and are extremely robust to outliers. Various optimization algorithms are implemented: stochastic gradient is available for most models, but the package also allows gradient descent in a few models for which an exact formula is available for the gradient. In terms of distribution fit, a large number of continuous and discrete distributions are available: Gaussian, exponential, uniform, gamma, Poisson, geometric, etc. In terms of regression, the models available are: linear, logistic, gamma, beta and Poisson. Alquier, P. and Gerber, M. (2024) <doi:10.1093/biomet/asad031> Cherief-Abdellatif, B.-E. and Alquier, P. (2022) <doi:10.3150/21-BEJ1338>.
Authors:
regMMD_0.1.0.tar.gz
regMMD_0.1.0.zip(r-4.7)regMMD_0.1.0.zip(r-4.6)regMMD_0.1.0.zip(r-4.5)
regMMD_0.1.0.tgz(r-4.6-any)regMMD_0.1.0.tgz(r-4.5-any)
regMMD_0.1.0.tar.gz(r-4.7-any)regMMD_0.1.0.tar.gz(r-4.6-any)
regMMD_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
regMMD/json (API)
| # Install 'regMMD' in R: |
| install.packages('regMMD', repos = c('https://pierrealquier.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:834ae1e72e. Checks:9 OK. Indexed: yes.
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| MMD estimation | mmd_est |
| MMD regression | mmd_reg |
| Summary method for the 'class' '"estMMD"' | summary.estMMD |
| Summary method for the 'class' '"regMMD"' | summary.regMMD |
