VARPOP
This section contains reference documentation for the VARPOP function.
Last updated
Was this helpful?
This section contains reference documentation for the VARPOP function.
Returns the population variance of values in a group as Double. Population variance measures the average of the squared deviations from the mean across the entire population.
VARPOP(colName)
These examples are based on the Batch Quick Start.
select VARPOP(hits) AS value
from baseballStats
WHERE hits > 01234.5678
Last updated
Was this helpful?
Was this helpful?

