Re: [Numpy-discussion] Efficient way to draw multinomial distribution random samples

2020-11-01 Thread Kevin Sheppard
This is in the pending PR. Hopefully out in 1.20. Kevin On Sun, Nov 1, 2020, 23:55 Currurant wrote: > I realized that neither numpy.random.multinomial nor rng.multinomial has > the > ability to draw from different multinomial distributions at the same time > like what MATLAB mnrnd() does here

[Numpy-discussion] Efficient way to draw multinomial distribution random samples

2020-11-01 Thread Currurant
I realized that neither numpy.random.multinomial nor rng.multinomial has the ability to draw from different multinomial distributions at the same time like what MATLAB mnrnd() does here: https://www.mathworks.com/help/stats/mnrnd.html Also, I have asked this question on StackOverFlow: https://s