CALC.avedev(array)

Returns the average of the absolute deviations of data points from their mean. This is a measure of the variability in a data set.

Example

CALC.avedev([4,5,6,7,5,4,3]);

// returns 1.020408

<< JS.7.5 Statistical Functions © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.average(array) >>