|
Returns the average of the absolute deviations of data points from their mean. AVEDEV is a measure of the variability in a data set.
Parameters :
 | range | range is arguments for which you want the average of the absolute deviations. You can also use a single array or a reference to an array instead of arguments separated by commas. |
|