Loading

ES|QL VARIANCE function

Returns the population variance of a numeric field.

Embedded
number

The population variance of a numeric field.

number result
double double
integer double
long double
FROM employees
| STATS var_height = VARIANCE(height)
		
var_height:double
0.0425888