The goal of this project is to analyze time series data with an Autoregressive (AR) model. To fit such a model, we construct a set of classes that store data as a dataframe/matrix; for example, one class method was developed to perform Gaussian Elimination on matrices. The fitting of AR models can be computationally expensive as they require the solving of multiple linear systems. Time series analysis is commonly performed in R or Python, which include high-level libraries for experimenting with time series models such as AR, ARMA, ARIMA, GARCH, etc. As for the power and speed of C++, we demonstrate how fast an AR model can perform in a low level language such as C++.
-
Notifications
You must be signed in to change notification settings - Fork 0
EsterHlav/Time-Series-AR-Modelling-in-Cpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Developed a fast implementation of autoregressive models with fitting, ACF/PACF tests and forecasting.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published