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

