Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 2.21 KB

File metadata and controls

34 lines (29 loc) · 2.21 KB
layout page
title Documentation
cover false
menu true
order 5

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.