R/duckdb-funs.R
regr_sxy.Rd
Returns the population covariance of input values.
regr_sxy(y = DOUBLE, x = DOUBLE)
DOUBLE
REGR_COUNT(y, x) * COVAR_POP(y, x)