Statistical Functions
Variance Functions
VAR_POP / VARPOP
VAR_POP(col)SELECT VAR_POP(playerScore) AS score_variance
FROM gameStatsVAR_SAMP / VARSAMP
VAR_SAMP(col)SELECT VAR_SAMP(responseTime) AS response_variance
FROM apiMetricsStandard Deviation Functions
STDDEV_POP / STDDEVPOP
STDDEV_SAMP / STDDEVSAMP
Covariance Functions
COVAR_POP / COVARPOP
COVAR_SAMP / COVARSAMP
Distribution Shape Functions
SKEWNESS
KURTOSIS
Notes
Last updated
Was this helpful?

