VarianceStatDefinition

Description

A VarianceStatDefinition is an interface that defines a StatDefinition for the variance aggregate for a field in dataItems.

Properties

Property

Type

Description

type

StatKey.Variance

The type of the StatDefinition.

field

string

The source field used to calculate the aggregate.

entirePopulation

boolean

true if the aggregate targets the entire population, otherwise false when it targets a sample.