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
Just wondering if it's worth changing into something like uniform(-2,2) for the sake of being able to sample. If that is the case, I'm happy to write a PR to sample from (some of) these.
The text was updated successfully, but these errors were encountered:
Yeah, I think we need to add a note about this in the docstring. I spent over an hour tracking this down and assumed I had a botched theano installation...
It seems that you cannot sample from a GaussianRandomWalk looking at https://github.com/pymc-devs/pymc3/blob/master/pymc3/distributions/timeseries.py#L134 or any other distribution in timeseries.py. Think this is partly due to the fact that the initial (default) distribution is defined to be
Flat
.Just wondering if it's worth changing into something like
uniform(-2,2)
for the sake of being able to sample. If that is the case, I'm happy to write a PR to sample from (some of) these.The text was updated successfully, but these errors were encountered: