Documentation

Tutorials

If you are interested, please follow our Medium channel to get the latest blog posts.

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.