{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / multivariate_hypergeom_gen / var

function

scipy.stats._multivariate:multivariate_hypergeom_gen.var

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

Signature

def   var ( self m n )

Summary

Variance 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

: array_like

The variances of the components of the distribution. This is the diagonal of the covariance matrix of the distribution

Aliases

  • scipy.stats._multivariate.multivariate_hypergeom_gen.var