Mscale | R Documentation |
The M scale of an univariate sample.
Mscale(u, c, b)
u |
numeric vector with positive values. |
c |
a tuning constant. If consistency to standard normal distribution
is desired use |
b |
the desired break down point. |
M scale value.
Maronna, R. A., Martin, R. D., Yohai, V. J., & Salibian-Barrera, M. (2018). Robust statistics: theory and methods (with R). Wiley.
Mscale(u = rnorm(100), c = 1, b = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.