{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / multivariate_hypergeom_gen / cov

function

scipy.stats._multivariate:multivariate_hypergeom_gen.cov

source: /scipy/stats/_multivariate.py :5960

Signature

def   cov ( self m n )

Summary

Covariance matrix of the multivariate hypergeometric distribution.

Parameters

m : array_like

The number of each type of object in the population. That is, is the number of objects of type .

n : array_like

The number of samples taken from the population.

Returns

cov : array_like

The covariance matrix of the distribution

Aliases

  • scipy.stats._multivariate.multivariate_hypergeom_gen.cov