Replies: 2 comments
-
Thanks for your detailed outline. Extending the current Beta distribution from (0,1) to
is on the ToDo already. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I see ZABeta() is already implemented. Could you give some guidance on how to model ZOIB (ZOABeta)? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Very cool to see the addition of the zero-adjusted/inflated distributions. Would it be practically possible to have a zero-and-one-adjusted/inflated Beta, i.e. ZOIB, a Beta that allows the response to be [0, 1]? This goes towards the idea of using it with binary classification responses and getting, instead of the usual, natural p parameter of a Bernoulli, the distribution of p itself as a Beta distribution. This would be interesting to ask probabilistic questions about the predicted probability, I think. I could probably hack it by modifying the data with a small epsilon, but it ZABeta opens the door to doing that in a principled way. I think the idea would mean:
Beta Was this translation helpful? Give feedback.
All reactions