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) = NAN

AVEDEV(INF) = NAN

AVEDEV(-INF) = NAN

On this page