bundles / scipy latest / scipy / stats / _multivariate / multivariate_hypergeom_gen / var
function
scipy.stats._multivariate:multivariate_hypergeom_gen.var
Signature
def var ( self , m , n ) Summary
Variance 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
: array_likeThe 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