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
CovarPopreturns the general population covariance. However, ifsample=True, the return value will be the sample population covariance. 
Please login to continue.