-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Lower and Upper bound not working for multivariate distributions #1847
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
Comments
You can already do this by wrapping any continuous distribution in |
How would this work in the Multivariate case? I wish to change the following line:
to
The above chucked a dimensionality mismatch error. Any thoughts? Also with regards to using VB, anything I ought to be cautious about when using bounded distributions? |
We don't have tests for bounds on multivariate distributions so I'm not surprised it isn't working. There should be no issue with VB though. |
#1843 There are some pitfalls when sampling. |
This is bit of a feature request than anything. I was wondering if it would be possible to implement the bounds of a distribution similar to what is done in stan. eg:
The only way I can think of doing this in pymc3 is using densityDist. Lastly if this were to be implemented would it affect ADVI?
The text was updated successfully, but these errors were encountered: