MCPcopy Create free account
hub / github.com/dask/dask / logistic

Method logistic

dask/array/random.py:233–236  ·  view source on GitHub ↗
(self, loc=0.0, scale=1.0, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

231
232 @derived_from(np.random.Generator, skipblocks=1)
233 def logistic(self, loc=0.0, scale=1.0, size=None, chunks="auto", **kwargs):
234 return _wrap_func(
235 self, "logistic", loc, scale, size=size, chunks=chunks, **kwargs
236 )
237
238 @derived_from(np.random.Generator, skipblocks=1)
239 def lognormal(self, mean=0.0, sigma=1.0, size=None, chunks="auto", **kwargs):

Callers

nothing calls this directly

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected