Aggregate functions typically used for statistics.
corrReturn the (Pearson) population correlation coefficient.
covar_popCompute population covariance.
covar_sampCompute sample covariance.
regr_avgxCompute the average of the independent variable ('x').
regr_avgyCompute the average of the dependent variable ('y').
regr_countCompute the count where both inputs are not NULL.
regr_r2Compute the square of the correlation coefficient.
regr_slopeCompute the slope of the least-squares-fit linear equation.
stddevAlias of stddev_samp
Compute the sample standard deviation.
stddev_popCompute the population standard deviation.
stddev_sampCompute the sample standard deviation.
var_popCompute the population variance.
var_sampCompute the sample variance.