bundles / scipy latest / scipy / stats / _multivariate / multivariate_hypergeom_gen / cov
function
scipy.stats._multivariate:multivariate_hypergeom_gen.cov
Signature
def cov ( self , m , n ) Summary
Covariance matrix of the multivariate hypergeometric distribution.
Parameters
m: array_likeThe number of each type of object in the population. That is, is the number of objects of type .
n: array_likeThe number of samples taken from the population.
Returns
cov: array_likeThe covariance matrix of the distribution
Aliases
-
scipy.stats._multivariate.multivariate_hypergeom_gen.cov