are {GeodRegr} | R Documentation |
Approximate ARE of an M-type estimator to the least-squares estimator
Description
Approximate asymptotic relative efficiency (ARE) of an M-type estimator to the least-squares estimator given Gaussian errors, calculated using a tangent space approximation.
Usage
are(estimator, n, c = NULL)
Arguments
estimator |
M-type estimator ( |
n |
Dimension of the manifold. |
c |
A positive multiplier, or a vector of them, of |
Value
Approximate ARE
Author(s)
Ha-Young Shin
References
Shin, H.-Y. and Oh H.-S. (2020). Robust Geodesic Regression. <arXiv:2007.04518>
See Also
Examples
are('l1', 10)
[Package GeodRegr version 0.2.0 Index]