We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rand/rand_distr/src/binomial.rs
Line 172 in 4f8257a
presumably
// p1 + area of left tail
should be
// p2 + area of left tail
The text was updated successfully, but these errors were encountered:
You are probably right; similarly for the next comment down.
In general, such comments are not especially useful; in this case it makes more sense to refer to the paper to understand the algorithm: https://dl.acm.org/doi/pdf/10.1145/42372.42381
Suggestion: remove these comments.
Sorry, something went wrong.
MichaelOwenDyer
No branches or pull requests
rand/rand_distr/src/binomial.rs
Line 172 in 4f8257a
presumably
should be
The text was updated successfully, but these errors were encountered: