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
In pymc.BetaBinomial docstring the variance is described as follows:
Variance :math:n \dfrac{\alpha \beta}{(\alpha+\beta)^2 (\alpha+\beta+1)}
n \dfrac{\alpha \beta}{(\alpha+\beta)^2 (\alpha+\beta+1)}
But, as indicated in the Wikipedia page for the beta-binomial distribution, it should be:
Variance :math:\dfrac{n \alpha \beta (\alpha+\beta+n)}{(\alpha+\beta)^2 (\alpha+\beta+1)}
\dfrac{n \alpha \beta (\alpha+\beta+n)}{(\alpha+\beta)^2 (\alpha+\beta+1)}
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. Do you want to do a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue with current documentation:
In pymc.BetaBinomial docstring the variance is described as follows:
Variance :math:
n \dfrac{\alpha \beta}{(\alpha+\beta)^2 (\alpha+\beta+1)}
But, as indicated in the Wikipedia page for the beta-binomial distribution, it should be:
Variance :math:
\dfrac{n \alpha \beta (\alpha+\beta+n)}{(\alpha+\beta)^2 (\alpha+\beta+1)}
Idea or request for content:
No response
The text was updated successfully, but these errors were encountered: