bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_frozen
class
scipy.stats._multivariate:wishart_frozen
Signature
class wishart_frozen ( df , scale , seed = None ) Members
Summary
Create a frozen Wishart distribution.
Parameters
df: array_likeDegrees of freedom of the distribution
scale: array_likeScale matrix of the distribution
seed: {None, int, `numpy.random.Generator`, `numpy.random.RandomState`}, optionalIf
seedis None (ornp.random), the numpy.random.RandomState singleton is used. Ifseedis an int, a newRandomStateinstance is used, seeded withseed. Ifseedis already aGeneratororRandomStateinstance then that instance is used.
Aliases
-
scipy.stats._multivariate.wishart_frozen