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

Method chisquare

dask/array/_array_expr/random.py:115–116  ·  view source on GitHub ↗
(self, df, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

113
114 @derived_from(np.random.Generator, skipblocks=1)
115 def chisquare(self, df, size=None, chunks="auto", **kwargs):
116 return _wrap_func(self, "chisquare", df, size=size, chunks=chunks, **kwargs)
117
118 @derived_from(np.random.Generator, skipblocks=1)
119 def choice(

Callers 1

test_random_allFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by 1

test_random_allFunction · 0.36