{ } Raw JSON

bundles / scipy latest / scipy / stats / _qmc / PoissonDisk / fill_space

function

scipy.stats._qmc:PoissonDisk.fill_space

source: /scipy/stats/_qmc.py :2253

Signature

def   fill_space ( self )  →  np.ndarray

Summary

Draw n samples in the interval [l_bounds, u_bounds].

Extended Summary

Unlike random, this method will try to add points until the space is full. Depending on candidates (and to a lesser extent other parameters), some empty areas can still be present in the sample.

Returns

sample : array_like (n, d)

QMC sample.

Aliases

  • scipy.stats._qmc.PoissonDisk.fill_space