Description Usage Arguments Details Value Author(s) Examples
Median Absolute Deviation (MAD) of a matrix by rows or columns
1 | UN_dispersion_robust_MAD(previous.name = "")
|
previous.name |
name of the default name in the menu |
Allcalculation made on the whole matrix
Row wisecalculation made by rows
Column wisecalculation made by columns
The Median Absolute Deviation is a robust estimator of the standard deviation. R console notation: x_mad <- mad(x)
The output is saved in the variable var.dispersion
All |
single numeric value |
Row wise |
numeric vector |
Column wise |
numeric vector |
Riccardo Leardi and Gianmarco Polotti with contributions from Giorgio Marubini.Gruppo di Chemiometria (Divisione di Chimica Analitica della Societa' Chimica Italiana)
1 2 | A<-matrix(1:20,5,4)
UN_dispersion_robust_MAD('A')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.