VAR_POP
Returns the population variance of non-NULL records.
Syntax
VAR_POP(numeric_expression int64) → double
numeric_expression: The set of records to calculate variance for.
Examples
VAR_POP example
VAR_POP(numeric_expression double) → double
numeric_expression: The set of records to calculate variance for.
Examples
VAR_POP example
VAR_POP(numeric_expression float) → double
numeric_expression: The set of records to calculate variance for.
Examples
VAR_POP example
VAR_POP(numeric_expression int32) → double
numeric_expression: The set of records to calculate variance for.
Examples
VAR_POP example
Last updated