{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / multivariate_hypergeom_gen / mean

function

scipy.stats._multivariate:multivariate_hypergeom_gen.mean

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

Signature

def   mean ( self m n )

Summary

Mean 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

mean : array_like or scalar

The mean of the distribution

Aliases

  • scipy.stats._multivariate.multivariate_hypergeom_gen.mean