FunctionsStatistical
covar_pop
Computes population covariance over paired numeric columns in the current batch and returns the same result for every output row.
covar_pop(…) → Float64Kind · scalar · aggregate
scalar — Computes population covariance over paired numeric columns in the current batch and returns the same result for every output row.
aggregate — Computes population covariance for two numeric expressions, dividing by N over non-NULL pairs.
Part of the Statistical family.