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
draw_values() does not draw from the joint distribution for HalfNormal, or Bound'ed Normal distributions.
My understanding of #3273 is that draw_values() should now properly generate samples in joint distributions instead of the individual marginals. This works for, e.g., Normal, but doesn't seem to work for a Bound(Normal), or for HalfNormal, as demonstrated in this notebook: https://gist.github.com/f4269724588b4bfbe4ae597cf5c6d39a
Versions and main components
PyMC3 Version: 3.7
Theano Version: 1.0.7
Python Version: 3.7.3
Operating system: macOS
How did you install PyMC3: pip
The text was updated successfully, but these errors were encountered:
I'll dig in more, but just want to verify I can reproduce. Also, problem persists with sample_prior_predictive, but sample works fine still (thank goodness).
Description of your problem
draw_values()
does not draw from the joint distribution forHalfNormal
, orBound
'edNormal
distributions.My understanding of #3273 is that
draw_values()
should now properly generate samples in joint distributions instead of the individual marginals. This works for, e.g.,Normal
, but doesn't seem to work for aBound(Normal)
, or forHalfNormal
, as demonstrated in this notebook: https://gist.github.com/f4269724588b4bfbe4ae597cf5c6d39aVersions and main components
The text was updated successfully, but these errors were encountered: