bundles / scipy latest / scipy / stats / _multivariate / wishart_gen / _rvs
function
scipy.stats._multivariate:wishart_gen._rvs
Signature
def _rvs ( self , n , shape , dim , df , C , random_state ) Summary
Draw random samples from a Wishart distribution.
Parameters
n: integerNumber of variates to generate
shape: iterableShape of the variates to generate
dim: intDimension of the scale matrix
df: intDegrees of freedom
C: ndarrayCholesky factorization of the scale matrix, lower triangular.
%(_doc_random_state)s
Notes
As this function does no argument checking, it should not be called directly; use 'rvs' instead.
Aliases
-
scipy.stats._multivariate.wishart_gen._rvs