AVEDEV

AVEDEV(args) → { number }

Returns the average of the absolute deviations of data points from their mean.

Parameters:

Name Type Description
args number | string | Array.<number>

Up to 255 numeric values for which the average of the absolute deviations will be returned. The first argument is required, subsequent arguments are optional. Arguments can be numbers or names, arrays or references that contain numbers.

Returns:

Type
number