bundles / scipy latest / scipy / stats / _multivariate / invwishart_gen / mode
function
scipy.stats._multivariate:invwishart_gen.mode
Signature
def mode ( self , df , scale ) Summary
Mode of the inverse 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
mode: floatThe Mode of the distribution
Aliases
-
scipy.stats._multivariate.invwishart_gen.mode