Learn R Programming

regMMD (version 0.1.0)

Robust Regression and Estimation Through Maximum Mean Discrepancy Minimization

Description

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) Cherief-Abdellatif, B.-E. and Alquier, P. (2022) .

Copy Link

Version

Install

install.packages('regMMD')

Monthly Downloads

140

Version

0.1.0

License

GPL (>= 3)

Maintainer

Pierre Alquier

Last Published

November 18th, 2025

Functions in regMMD (0.1.0)

mmd_est

MMD estimation
summary.regMMD

Summary method for the class "regMMD"
summary.estMMD

Summary method for the class "estMMD"
mmd_reg

MMD regression