Variance
The Variance function computes the statistical variance of a column or group.
Syntax
Variance(column)
Function arguments:
- column (required) - The column of numbers to calculate the variance of. Any Null values are skipped.
Example
Variance([Temperature])
- Returns the variance of temperature samples.