Description Usage Arguments Value References See Also Examples
The function calculates adaptive Huber mean estimator from a data sample, with robustification parameter τ determined by a tuning-free principle.
1 | huber.mean(X)
|
X |
An n-dimensional data vector. |
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.
1 2 3 | n = 10000
X = rt(n, 2) + 2
mu = huber.mean(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.