{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / invwishart_frozen / __init__

function

scipy.stats._multivariate:invwishart_frozen.__init__

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

Signature

def   __init__ ( self df scale seed = None )

Summary

Create a frozen inverse Wishart distribution.

Parameters

df : array_like

Degrees of freedom of the distribution

scale : array_like

Scale matrix of the distribution

seed : {None, int, `numpy.random.Generator`}, optional

If seed is None the numpy.random.Generator singleton is used. If seed is an int, a new Generator instance is used, seeded with seed. If seed is already a Generator instance then that instance is used.

Aliases

  • scipy.stats._multivariate.invwishart_frozen.__init__