-
Notifications
You must be signed in to change notification settings - Fork 14
ilagunap/ARIMA-Tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ARIMA Tools =========== Author: Ignacio Laguna Contact: [email protected] 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
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published