6.3.9.6.4.1.5. statsmodels.sandbox.distributions.mv_normal.MVNormal0.rvs

MVNormal0.rvs(size=1)[source]

random variable

Parameters:

size : int or tuple

the number and shape of random variables to draw.

Returns:

rvs : ndarray

the returned random variables with shape given by size and the dimension of the multivariate random vector as additional last dimension

Notes

uses numpy.random.multivariate_normal directly