faisal-memon / ARIMA-Tools

Tools in C++ to forecast time series using ARIMA models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARIMA Tools
===========

Author: Ignacio Laguna
Contact: ilagunap@gmail.com

Implementation of time series forecasting using ARIMA models in C++.
The library provides an API for forecasting pre-created models - it does not
provide methods for training the models (this can be easily done using R).

Building
--------
$ ./configure --prefix=/path/to/install
$ make && make install

This will install a shared library libarimatools.so that can be linked with
your C++ application to forecast future observations.

About

Tools in C++ to forecast time series using ARIMA models


Languages

Language:Shell 86.0%Language:Makefile 12.2%Language:C 1.3%Language:C++ 0.4%Language:M4 0.1%