{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / invwishart_gen / mode

function

scipy.stats._multivariate:invwishart_gen.mode

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

Signature

def   mode ( self df scale )

Summary

Mode of the inverse Wishart distribution.

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

The Mode of the distribution

Aliases

  • scipy.stats._multivariate.invwishart_gen.mode