m_scale: Mscale the M scale of an univariate sample (see reference...

Description Usage Arguments Value References Examples

View source: R/RcppExports.R

Description

Mscale the M scale of an univariate sample (see reference below)

Usage

1
m_scale(u, b, cc)

Arguments

u

an univariate sample of size n.

b

the desired break down point

cc

a tuning constant, if consistency to standard normal distribution is desired use normal_consistency_constants

Value

the Mscale value

References

Maronna, R. A., Martin, R. D., Yohai, V. J., & Salibian-Barrera, M. (2018). Robust statistics: theory and methods (with R). Wiley.

Examples

1
Mscale(u=rnorm(100),c=1)

anevolbap/ktaucenterscpp documentation built on March 10, 2021, 10:12 a.m.