bundles / scipy 1.17.1 / scipy / stats / _multivariate / invwishart_frozen / __init__
function
scipy.stats._multivariate:invwishart_frozen.__init__
Signature
def __init__ ( self , df , scale , seed = None ) Summary
Create a frozen inverse Wishart distribution.
Parameters
df: array_likeDegrees of freedom of the distribution
scale: array_likeScale matrix of the distribution
seed: {None, int, `numpy.random.Generator`}, optionalIf
seedis None the numpy.random.Generator singleton is used. Ifseedis an int, a newGeneratorinstance is used, seeded withseed. Ifseedis already aGeneratorinstance then that instance is used.
Aliases
-
scipy.stats._multivariate.invwishart_frozen.__init__