pyflux
pyflux copied to clipboard
Prediction intervals should reflect model uncertainty
If the model is Bayesian, the intervals should account for the uncertainty in the parameters. Bootstrapping is an option for the frequentist approach.
Update: now being implemented; will be in next release. Checklist is as follows:
- [ ] ARIMA models
- [ ] Bayesian Neural Network models
- [ ] Gaussian State Space models
- [ ] GAS Models
- [ ] GARCH based models
- [ ] GP-NARX models
- [ ] Non-Gaussian State Space Models
- [ ] VAR models