You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the following TransformedDistribution my NUTS sampler is initially sampling values outside of the support expected for a Beta distribution. I believe this is because transformed_dist.support is Real() when it should realistically be numpyro.distributions.constraints._Interval(1.0, 2.0).
Is this expected behavior?
would this cause cause issues with initial samples from NUTS being out of expected range?
Love the package, thanks guys!
The text was updated successfully, but these errors were encountered:
Running the following code displays the issue I am running into.
When using the following
TransformedDistribution
my NUTS sampler is initially sampling values outside of the support expected for a Beta distribution. I believe this is becausetransformed_dist.support
isReal()
when it should realistically benumpyro.distributions.constraints._Interval(1.0, 2.0)
.Love the package, thanks guys!
The text was updated successfully, but these errors were encountered: