-
Notifications
You must be signed in to change notification settings - Fork 286
Description
Notebook proposal
Title: Forecasting with AR models
Why should this notebook be added to pymc-examples?
It is a little opaque how to use AR style models to make future predictions since the shape handling required for the predict steps. I wanted to include an example document for how to fit an AR model and make the prediction step and how the prediction step becomes more complicated if you include other features which require specifying values in the future. I don't believe any of the timeseries examples currently show how to do this.
Suggested categories:
- Level: Intermediate
- Diataxis type: how-to guide
Related notebooks
This notebook would potentially build on the existing AR model example and draw on patterns in the Airlines prophet like bayesian structural timeseries model.
References
I would trying to replicate something like the pattern written in my blog here as discussed with @drbenvincent on twitter: https://nathanielf.github.io/post/bayesian_structural_timeseries/