0.0.1 AVEDEV

Summary: Calculates the average of the absolute deviations of the values in list.

Syntax: AVEDEV( { NumberSequenceList N }+ )

Returns: Number

Constraints: None.

Semantics: For a list N containing n numbers x1 to xn, with average x, AVEDEV(N) is equal to:

1 n i = 1 n | ( x i x ¯ ) |