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
Junpeng mentioned that this likely used to work but was broken by a helper. He also mentioned a workaround with a diagonal covariance matrix, which should work but presumably this version would be more efficient.
Versions and main components
PyMC3 Version: 3.10.0
Theano Version: 1.0.14
Python Version: 3.7.9
Operating system: Ubuntu
How did you install PyMC3: pip
The text was updated successfully, but these errors were encountered:
To add some context, the helper function is assuming the first dimension is time dimension. One workaround is to check the shape and only execute if the mu.shape[0] == shape[0]
Hi all,
Following on from a post on discourse, Junpeng asked me to open an issue.
I am trying to declare a
GaussianRandomWalk
prior on multiple time series, each independent and with its own random walk standard deviation. I tried:but this does not compile, giving the error:
Junpeng mentioned that this likely used to work but was broken by a helper. He also mentioned a workaround with a diagonal covariance matrix, which should work but presumably this version would be more efficient.
Versions and main components
The text was updated successfully, but these errors were encountered: