Variance
Definition
The variance of the values within a specific column.
Source
data (numeric)
Computation
Uses the SQL standard for all databases VAR_SAMP()
, which is a sampling based method.
Last updated
Was this helpful?