class CovarPop(y, x, sample=False)
[source]
Returns the population covariance as a float
, or None
if there aren’t any matching rows.
Has one optional argument:
-
sample
-
By default
CovarPop
returns the general population covariance. However, ifsample=True
, the return value will be the sample population covariance.
Please login to continue.