{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_gen / _standard_rvs

function

scipy.stats._multivariate:wishart_gen._standard_rvs

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

Signature

def   _standard_rvs ( self n shape dim df random_state )

Parameters

n : integer

Number of variates to generate

shape : iterable

Shape of the variates to generate

dim : int

Dimension of the scale matrix

df : int

Degrees of freedom

random_state : {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.

Notes

As this function does no argument checking, it should not be called directly; use 'rvs' instead.

Aliases

  • scipy.stats._multivariate.wishart_gen._standard_rvs