VARSAMP
This section contains reference documentation for the VARSAMP function.
Last updated
Was this helpful?
This section contains reference documentation for the VARSAMP function.
Returns the sample variance of values in a group as Double. Sample variance measures the average of the squared deviations from the mean, using Bessel's correction (dividing by N-1 instead of N).
VARSAMP(colName)
These examples are based on the Batch Quick Start.
select VARSAMP(hits) AS value
from baseballStats
WHERE hits > 01234.5812
Last updated
Was this helpful?
Was this helpful?

