MscaleTUK: Tukey's M-estimate of scale

View source: R/Location_Scale.R

MscaleTUKR Documentation

Tukey's M-estimate of scale

Description

Mscale_TUK computes Tukey's M-estimate of scale.

Usage

MscaleTUK(y, c = 4.685, max_iters = 1000, tol_err = 1e-05)

Arguments

y

: real valued data vector of size N x 1

c

: tuning constant c>=0. Default = 4.685

Value

sigma_hat : Tukey's M-estimate of scale

Note

File location : Location_Scale.R

Examples

MscaleTUK(rnorm(5))


Mufabo/Rrobustsp documentation built on June 11, 2022, 10:41 p.m.