Variability: a non-parametric measure

Version 1.0.0.0 (917 Bytes) by Joel Heath
calculate Variability from an array, without assuming distribution; robust & no rare event issues
941 Downloads
Updated 16 Jul 2007

No License

This technique simply calculates variation based on a comparison of all abundances in a time series, and is free of assumptions of an underlying 'normal' distribution. It is more robust that the coefficient of variation CV and/or the standard deviation of log transformed abundances SDL, it is not biased by rare events, zero abundances can be included if desired, it more accurately measures known long term variation from short time series and unlike CV / SDL it doesn't artificially suggest spectral reddening. See Heath, J.P. 2006. Quantifying temporal variability in population abundances. Oikos, 115:573-581.

Cite As

Joel Heath (2026). Variability: a non-parametric measure (https://www.mathworks.com/matlabcentral/fileexchange/15388-variability-a-non-parametric-measure), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.0

Version 1.1 - upgraded following Matlab reviewer suggestions to improve computational power by using the i&j for loops instead of employing the 'nchoosek' function