VAR_P

VAR_P(args) → { number }

Calculates variance based on the entire population (ignores logical values and text in the population).

Parameters:

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

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

Returns:

Type
number