Search
Search Results
Search finished, found 11 page(s) matching the search query.
- numpy.random.Generator.dirichlet
...e structure Random sampling (numpy.random) Random Generator numpy.random.Generator.dirichlet...
- numpy.random.Generator.dirichlet (Python method, in numpy.random.Generator.dirichlet)
- NumPy 1.18.3 Release Notes
...rs… #15954: BUG: Check that pvals is 1D in _generator.multinomial. #16017: BUG: Alpha parameter must be 1D in generator.dirichlet...
- NumPy 1.19.0 Release Notes
...error on boolean scalars. (gh-15815) Compatibility notes Changed random variate stream from numpy.random.Generator.dirichlet A bug in the generation of random variates for the Dirichlet distribution with small ‘alpha’ values was fixed...
- NumPy 1.26.0 Release Notes
...eak #24337: TST: fix running the test suite in builds without BLAS/LAPACK #24338: BUG: random: Fix generation of nan by dirichlet. #24340: MAINT: Dependabot updates from main #24342: MAINT: Add back NPY_RUN_MYPY_IN_TESTSUITE=1 #24353: MAINT...
- numpy.random.beta
...ta random.beta(a, b, size=None) Draw samples from a Beta distribution. The Beta distribution is a special case of the Dirichlet distribution, and is related to the Gamma distribution. It has the probability distribution function \[f(x;...
- numpy.random.dirichlet
...ule structure Random sampling (numpy.random) Legacy random generation numpy.random.dirichlet...
- numpy.random.Generator.beta
...m.Generator.beta(a, b, size=None) Draw samples from a Beta distribution. The Beta distribution is a special case of the Dirichlet distribution, and is related to the Gamma distribution. It has the probability distribution function \[f(x; a...
- numpy.random.Generator.dirichlet
...e structure Random sampling (numpy.random) Random Generator numpy.random.Generator.dirichlet...
- numpy.random.RandomState.beta
- numpy.random.RandomState.dirichlet