-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Timeseries distributions lack a random
method
#3964
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
Comments
Hi I want to work on this |
Thanks @Rish001 ! Which distributions would you like to work on? |
Firstly I would like to fix #3962 and then move on to creating 'random' method for AR1 process. |
Great! Good coding and tell us if you have any questions 🖖 |
During my master's thesis work I made some AR model generators that might be useful to look into, though the parametrization is a bit more general (N-dimensional VARX processes 😛). There are some problems I ran into though:
Any thoughts on those two? Also I hope the code is helpful; I wanted to contribute a modification of it to pymc3, but felt it was too out-of-line from the other repo code & would take too much time from me to refactor... |
Closing in favor of #4337 |
None of our time series distributions have a
random
method implemented, except forGaussianRandomWalk
-- and even then, there seems to be a problem withsample_prior_predictive
, see #3962.As a result, these distributions cannot be used in prior predictive sampling, and in posterior predictive sampling when they are
observed
.Adding a
random
method to these distributions would thus be a valuable contribution!The text was updated successfully, but these errors were encountered: