Home / Search/ Language Reference/ Functions/ Statistical Functions/variancep

variancep

The variancep aggregation function calculates the variance of Expression across the group, considering the group as a population.

Use this function with the summarize, eventstats, and timestats operators.

Used formula:

variancep formula
variancep formula

Syntax

    variancep( Expression )

Arguments

  • Expression: Expression used for aggregation calculation. Wildcards are not supported for field names.

Results

The variance value of Expression across the group.

Example

dataset=myDataset
| summarize variancep(x)