STDEVP

STDEVP(args) → { number }

Calculates standard deviation based on the entire population given as arguments (ignores logical values and text).

Parameters:

Name Type Description
args number | string | Array.<number> | ApiRange

Up to 255 numeric values for which the standard deviation will be calculated. The first argument is required, subsequent arguments are optional.

Returns:

Type
number