-
Notifications
You must be signed in to change notification settings - Fork 6
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
Possible bug in numpyro's AffineTransform #376
Comments
@CDCgov/multisignal-epi-inference-devs what am I missing? |
Possibly related to this: pyro-ppl/numpyro#1756. |
No idea what is going on here, but wanted to note my original comment suggests using a Investigated a bit on my own and realized we do not properly record |
Yes! That's why I followed this approach instead. I realized we were not recording the transformed RV as well. Either way, until we fix either, I am not able to plot the posterior distribution of the DOW effect sample. |
Record it with an explicit |
Feel free to re-open if you think this needs further discussion @gvegayon |
After @damonbayer's comment in #344 (comment), I found what I think is a bug in the
numpyro.distributions.transforms.AffineTransform
function. Using theDistributionalVariable
yields unexpected results:Looking at the samples
The text was updated successfully, but these errors were encountered: