bundles / scipy latest / scipy / stats / _multivariate / multivariate_hypergeom_gen / mean
function
scipy.stats._multivariate:multivariate_hypergeom_gen.mean
Signature
def mean ( self , m , n ) Summary
Mean 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
mean: array_like or scalarThe mean of the distribution
Aliases
-
scipy.stats._multivariate.multivariate_hypergeom_gen.mean