Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 2.25 KB

README.md

File metadata and controls

29 lines (23 loc) · 2.25 KB

Multi-variate Time Series Model in julia

Julia implementation for a family of 'classical' estimation approach of multi-variate time series model. Current applications includes vector autoregressive (VAR(p)) model and its relative estimation procedures. See below for a current selection. Sub-folders in this repository includes source function codes and example application using publicly available data.

For the Bayesian implementation of the equivalent models, estimations, and forecasting frameworks, please visit my other repository for Bayesian Vector Autoregressive model suite.

Section unchecked are currently in development. This repository will be polished and improved as I develop and translate.

Model Estimation

Projections

Decompositions

See functions within each models for applications. Based on the model identifications, computing the decomposition methods may vary.

  • Variance decomposition
  • Historical decomposition

Example Applications

To test the functions and show application, I use following published or common macroeconometric models and frameworks.