Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels