{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_gen / mode

function

scipy.stats._multivariate:wishart_gen.mode

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

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 : int

Degrees of freedom, must be greater than or equal to dimension of the scale matrix

scale : array_like

Symmetric positive definite scale matrix of the distribution

Returns

mode : float or None

The Mode of the distribution

Aliases

  • scipy.stats._multivariate.wishart_gen.mode