|
Is there a reason why the gamma distribution implements |
Answered by
kgryte
Mar 21, 2021
Replies: 1 comment
|
We often look for specialized implementations for better accuracy. When such a specialized implementation is hard to come by, we typically implement a naive algorithm. This has now been implemented. |
0 replies
Answer selected by
kgryte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We often look for specialized implementations for better accuracy. When such a specialized implementation is hard to come by, we typically implement a naive algorithm. This has now been implemented.