Efficient way to draw multinomial distribution random samples

Nov. 1, 2020
6:54 p.m.
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://stackoverflow.com/questions/64529620/is-there-an-efficient-way-to-ge... It seems like this is something good to add to numpy.random, since it would be much more faster when you have many multinomial distributions to draw from---using loops. -- Sent from: http://numpy-discussion.10968.n7.nabble.com/
1593
Age (days ago)
1594
Last active (days ago)
1 comments
2 participants
participants (2)
-
Currurant
-
Kevin Sheppard