Which inverse transform to apply while using Numpyro models with Blackjax? #556
Unanswered
Madhav-Kanda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Numpyro example provided mentions that:
The model applies a transformation to the theta variable. As a result, the samples generated by Blackjax will be samples in the transformed space and you will have to transform them back to the original space with Numpyro.
How can we know which inverse transformation we must apply to get the parameters back into the constrained space?
Beta Was this translation helpful? Give feedback.
All reactions