StandardDeviationStatDefinition

Description

A StandardDeviationStatDefinition is an interface that defines a StatDefinition for the standard deviation aggregate for a field in dataItems.

Properties

Property

Type

Description

type

StatKey.StandardDeviation

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.