Menu

STDEVP

Description

Calculates standard deviation based on the entire population given as arguments. The standard deviation is a measure of how widely values are dispersed from the average value (the mean).

Examples

STDEVP(10, 20) = 5

STDEVP(10, 20, NAN) = NAN

STDEVP(NAN) = NAN

STDEVP(INF) = NAN

STDEVP(-INF) = NAN

On this page