bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_gen / mode
function
scipy.stats._multivariate:wishart_gen.mode
Signature
def mode ( self , df , scale ) Summary
Mode of the Wishart distribution
Extended Summary
Only valid if the degrees of freedom are greater than the dimension of the scale matrix.
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: float or NoneThe Mode of the distribution
Aliases
-
scipy.stats._multivariate.wishart_gen.mode