Menu

AVEDEV

Description

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

Examples

AVEDEV(10, 150, 65) = 50

AVEDEV(10, 150, NAN) = NAN

AVEDEV(10, 150, INF) = NAN

AVEDEV(NAN) = AVEDEV(NAN)

AVEDEV(INF) = AVEDEV(INF)

AVEDEV(-INF) = AVEDEV(-INF)

On this page