-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GaussianRandomWalk prior predictive is broken #3962
Comments
I would like to work on this |
@Rish001 No, there is this weird correlation between instantiations that is quite puzzling. The left plot should look as random as the right. |
@twiecki I suspect the issue lies in the internal workings of the method PFB the code snippet for the 2d matrix |
That looks promising! |
@michaelosthege I believe its a valid issue that should be reported to scipy. |
I just commented on the scipy issue (scipy/scipy#12482). It looks like the problem is actually in PyMC3; apparently the |
Thanks a lot @WarrenWeckesser ! Don't know how I missed that 🤦 |
Description of your problem
When running a
sample_prior_predictive
for aGaussianRandomWalk
, the result looks not even close to what one would expect:Versions and main components
The text was updated successfully, but these errors were encountered: