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

Description Usage Arguments Value References Examples

View source: R/mscale.R

Description

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

Usage

1
Mscale(u, b = 0.5, c)

Arguments

u

an univariate sample of size n.

b

the desired break down point

c

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)

ktaucenters documentation built on Aug. 3, 2019, 9:03 a.m.