bundles / scipy latest / scipy / stats / _qmc / Sobol / _random
function
scipy.stats._qmc:Sobol._random
source: /scipy/stats/_qmc.py :1830
Signature
def _random ( self , n : IntNumber = 1 , * , workers : IntNumber = 1 ) → np.ndarray Summary
Draw next point(s) in the Sobol' sequence.
Parameters
n: int, optionalNumber of samples to generate in the parameter space. Default is 1.
Returns
sample: array_like (n, d)Sobol' sample.
Aliases
-
scipy.stats._qmc.Sobol._random