VARA

VARA(args) → { number }

Estimates variance based on a sample, including logical values and text. Text and the false logical value have the value 0; the true logical value has the value 1.

Parameters:

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

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

Returns:

Type
number