varPopStable
varPopStable
Returns the population variance. Unlike varPop, this function uses a numerically stable algorithm. It works slower but provides a lower computational error.
Syntax
Alias: VAR_POP_STABLE.
Parameters
Returned value
- Returns the population variance of
x. Float64.
Example
Query:
Result:
varPopStable
Introduced in: v1.1
Returns the population variance.
Unlike varPop, this function uses a numerically stable algorithm.
It works slower but provides a lower computational error.
Syntax
Arguments
Returned value
Returns the population variance of x. Float64
Examples
Computing stable population variance