View source: R/Location_Scale.R
MscaleTUK | R Documentation |
Mscale_TUK computes Tukey's M-estimate of scale.
MscaleTUK(y, c = 4.685, max_iters = 1000, tol_err = 1e-05)
y |
: real valued data vector of size N x 1 |
c |
: tuning constant c>=0. Default = 4.685 |
sigma_hat : Tukey's M-estimate of scale
File location : Location_Scale.R
MscaleTUK(rnorm(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.