Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 817 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 817 Bytes

A Vector Autoregressive Model

This repository contains my coursework for a multivariate time series analysis course. The coursework consists of building a vector autoregressive (VAR) model. The course was lectured by Leena Kalliovirta.

The focus here is on finding (causal) relationships between the variables and building an explanatory model for the observed data. Therefore, the whole dataset is used to fit the vector autoregressive model and as a consequence the accuracy of the predictions might be affected. The quality of the predictions is also not evaluated in any way.

The Coursework

The Three Time Series Visualized