-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More distribution functions #22
Comments
Potentially usable (c.f. https://stackoverflow.com/a/54143984/8416610): @coatless, @duckmayr: Would any of you be interested in supporting external RNGs? Generalized Ziggurat: https://github.com/DiscreteLogarithm/Zest |
@rstub Potentially. I can look into this around March 23. |
@coatless I don't think that additional routines would be necessary. I think it should work to add additional arguments to the existing functions. So instead of calling a fixed Concerning the |
Distributions that are used in packages making use of dqrng:
|
Thanks for considering the gamma. For completenss sake, I actually use a couple more, but they are rather trivial extensions of a potential rgamma. Nevertheless you might be able to improve on them.
And also a dirichlet, but the implementation is a little specific to my package and not sure how you would want to generalize it since it would need a pointer, vector or iterator of some kind. |
Many distribution functions are supported via the stats package and add-on packages together with Rs RNG. It would be good to support a greater selection of distributions together with the faster RNGs from dqrng.
Directly usable:
The text was updated successfully, but these errors were encountered: