bundles / scipy 1.17.1 / scipy / stats / _qmc / PoissonDisk / __init__
function
scipy.stats._qmc:PoissonDisk.__init__
source: /scipy/stats/_qmc.py :2086
Signature
def __init__ ( self , d : int | numpy.integer , * , radius : float | numpy.floating | numpy.integer = 0.05 , hypersphere : Literal['volume', 'surface'] = volume , ncandidates : int | numpy.integer = 30 , optimization : Literal['random-cd', 'lloyd'] | None = None , rng : int | numpy.integer | numpy.random._generator.Generator | numpy.random.mtrand.RandomState | None = None , l_bounds : npt.ArrayLike | None = None , u_bounds : npt.ArrayLike | None = None , seed = None ) → None Summary
No Docstrings
Aliases
-
scipy.stats._qmc.PoissonDisk.__init__