This project aims to offer the tools required to analyze and forecast time series using VAR models.
To generate synthetic data see GenTS.
To find the best model for a given data see SolverTS.
Make sure you have installed the dependencies:
- g++ 4.7 or later
- GNU make 3.81 or later
- Intel MKL 2017 or later
To build the program from the source code:
make start
GenTS
./gen -var N -dep N -instances N [-ivar N -idep N] [-noise R]
SolverTS
./test [-training R] < dataFile
This repository contains the source code of GenTS and SolverTS. Both projects are at early stages and under active development. The developer of the project is Alfonso L. Castaño, advised by D. Giménez et al. as part of the project Desarrollo y estudio de algoritmos para la busqueda del mejor modelo econometrico en problemas de ciencias de la salud.