MCPcopy
hub / github.com/dask/dask / logistic

Method logistic

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

Source from the content-addressed store, hash-verified

227
228 @derived_from(np.random.Generator, skipblocks=1)
229 def logistic(self, loc=0.0, scale=1.0, size=None, chunks="auto", **kwargs):
230 return _wrap_func(
231 self, "logistic", loc, scale, size=size, chunks=chunks, **kwargs
232 )
233
234 @derived_from(np.random.Generator, skipblocks=1)
235 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