madn | R Documentation |
madn computes the normalized median absolute deviation estimate of scale, i.e.,
madn(y)
y |
: data vector of size N x 1 |
mu_hat = arg min_mu SUM_i rho_TUK(y_i - mu)
sig : normalized median absolute deviations scale estimate
madn(rnorm(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.