Replies: 3 comments
-
Thanks for bringing this up, it would be very useful indeed to have more functionality about random distributions. Anyone interested in picking this up? The existing random functions can also use some love. |
Beta Was this translation helpful? Give feedback.
-
As this appears to be a general idea rather than a specific actionable issue, moving to Discussions. |
Beta Was this translation helpful? Give feedback.
-
For univariate distributions, Math.js can likely leverage stdlib, which includes various PRNGs supporting seeding, state serialization, and re-instantiation. Multivariate distributions are on the roadmap, but we need to finish some loose ends for vectorized ndarray support, which is necessary for the underlying implementations. |
Beta Was this translation helpful? Give feedback.
-
It would be cool to have a few more random distributions at hand, at least standard normal, but ideally also multivariate normal. I implemented standard normal and bivariate normal a while ago, unfortunately I forgot about the ideas behind it, but maybe someone finds it useful:
Beta Was this translation helpful? Give feedback.
All reactions