Documentation
Tutorials
If you are interested, please follow our Medium channel to get the latest blog posts.
- Numpy in Python
- Matrix computations
- Autoregressive models
- Dynamic mode decomposition
Toy Examples
- [E1] Bayesian vector autoregressive forecasting
- About this notebook:
- The basics of vector autoregressive model.
- Use Gaussian-Wishart distribution as a conjugate prior in Bayesian vector autoregressive (BVAR) model.
- Implement the Gibbs sampling algorithm for BVAR in Python.
- Perform multivariate time series forecasting using BVAR.
- Highlight:
- Uncertainty estimation.
- About this notebook: