View source: R/Location_Scale.R
MlocscaleHUB | R Documentation |
Mlocscale computes Huber's M-estimates of location and scale.
MlocscaleHUB(y, c = NULL)
y |
: real valued data vector of size N |
c |
: tuning constant c>=0. Default is Null |
mu_hat : Huber's M-estimate of location
sigma_hat : Huber's M-estimate of scale
iter : integer. Number of iterations
File location : Location_Scale.R
MlocscaleHUB(rnorm(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.