{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_frozen

class

scipy.stats._multivariate:wishart_frozen

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

Signature

class   wishart_frozen ( df scale seed = None )

Members

Summary

Create a frozen 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`, `numpy.random.RandomState`}, optional

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

Aliases

  • scipy.stats._multivariate.wishart_frozen