Returns the average deviation of the specified number(s).
avedev( number, … )
number: (Decimal Array) A number or array of numbers to include in the set on which the average deviation will be calculated.
Decimal
avedev(1,2,3,4) returns 1
avedev(1,2,3,4)
1
On This Page