This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.stats.qmc.MultivariateNormalQMC.random#

MultivariateNormalQMC.random(n=1)[source]#

Draw n QMC samples from the multivariate Normal.

Parameters
nint, optional

Number of samples to generate in the parameter space. Default is 1.

Returns
samplearray_like (n, d)

Sample.