huber.mean {FarmTest} | R Documentation |
The function calculates adaptive Huber mean estimator from a data sample, with robustification parameter \tau
determined by a tuning-free principle.
huber.mean(X)
X |
An |
A Huber mean estimator will be returned.
Huber, P. J. (1964). Robust estimation of a location parameter. Ann. Math. Statist., 35, 73–101.
Wang, L., Zheng, C., Zhou, W. and Zhou, W.-X. (2020). A New Principle for Tuning-Free Huber Regression. Stat. Sin., to appear.
huber.cov
for tuning-free Huber-type covariance estimation and huber.reg
for tuning-free Huber regression.
n = 10000
X = rt(n, 2) + 2
mu = huber.mean(X)