Description Usage Arguments Value References See Also Examples
The function calculates adaptive Huber-type covariance estimator from a data sample, with robustification parameter τ determined by a tuning-free principle.
For the input matrix X
, both low-dimension (p < n) and high-dimension (p > n) are allowed.
1 | huber.cov(X)
|
X |
An n by p data matrix. |
A p by p Huber-type covariance matrix estimator will be returned.
Huber, P. J. (1964). Robust estimation of a location parameter. Ann. Math. Statist., 35, 73–101.
Ke, Y., Minsker, S., Ren, Z., Sun, Q. and Zhou, W.-X. (2019). User-friendly covariance estimation for heavy-tailed distributions. Statis. Sci., 34, 454-471.
huber.mean
for tuning-free Huber mean estimation and huber.reg
for tuning-free Huber regression.
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.