Variance Estimation with Mean Absolute Deviation (MAD)¶
This step applies the Mean Absolute Deviation (MAD) algorithm to estimate the variance of the data. The basic formula is as follows:
ˆσ=K⋅MAD,
where K≈1.4826, MAD is a measure returned by the Mean Absolute Deviation (MAD) algorithm and ˆσ denotes the estimated variance.
Input Parameters
- Input data
Output Parameters
- Estimated variance
Workflow
Algorithm
References
- D.C. Hoaglin, F. Mosteller, J. W. Tukey, Understanding Robust and Exploratory Data Analysis, John Wiley and Sons, 1983.