-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Parametrize Binomial and Categorical distributions via logit_p #5005
Labels
Comments
MarcoGorelli
added
docs
beginner friendly
enhancements
and removed
docs
beginner friendly
labels
Sep 20, 2021
MarcoGorelli
changed the title
Binomial docstring is missing logit_p
Give Binomial a logit_p argument
Sep 20, 2021
MarcoGorelli
changed the title
Give Binomial a logit_p argument
Could Binomial also take logit_p argument?
Sep 20, 2021
Yes, it could. Also categorical |
ricardoV94
changed the title
Could Binomial also take logit_p argument?
Parametrize Binomial and Categorical distributions via logit_p
Sep 20, 2021
ricardoV94
added
pymc - data umbrella sprint
and removed
pymc - data umbrella sprint
labels
Feb 19, 2022
I would like to work on this. |
Go ahead :) |
Anything left here or can this be closed? |
Yeah, it's done in #5637 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of your problem
Bernoulli
can takelogit_p
as an argument:https://github.com/pymc-devs/pymc3/blob/59ce9af97f0b840f992322f33ec8dee203d7d1c0/pymc3/distributions/discrete.py#L334-L339
Could
Binomial
also take this argument?The text was updated successfully, but these errors were encountered: