bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_gen / mean
function
scipy.stats._multivariate:wishart_gen.mean
Signature
def mean ( self , df , scale ) Summary
Mean of the Wishart distribution.
Parameters
df: intDegrees of freedom, must be greater than or equal to dimension of the scale matrix
scale: array_likeSymmetric positive definite scale matrix of the distribution
Returns
mean: floatThe mean of the distribution
Aliases
-
scipy.stats._multivariate.wishart_gen.mean