{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / invwishart_gen / _rvs

function

scipy.stats._multivariate:invwishart_gen._rvs

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

Signature

def   _rvs ( self n shape dim df C random_state )

Summary

Draw random samples from an inverse Wishart distribution.

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

C : ndarray

Cholesky 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.invwishart_gen._rvs