An open API service indexing awesome lists of open source software.

https://github.com/komangandika/arima-and-friends

Time Series Forecasting with statistical model such as, AR, MA, ARMA, ARIMA, and SARIMA
https://github.com/komangandika/arima-and-friends

arima forecasting machine-learning price-prediction time-series

Last synced: 9 months ago
JSON representation

Time Series Forecasting with statistical model such as, AR, MA, ARMA, ARIMA, and SARIMA

Awesome Lists containing this project

README

          

# ARIMA-And-Friends
Explore and implement time series forecasting techniques using fundamental statistical models including Autoregressive (AR), Moving Average (MA), Autoregressive Moving Average (ARMA), Autoregressive Integrated Moving Average (ARIMA).
I forecast BTC-USD price

Of course there are some limitation like:

- I am not well-versed in forecasting/time series problem.

- Not enough data(only 350-ish were used in this project).

- This is univariate so only one variable is used which may caused bias.

- Granularity that I am choosing is may not suitable and causing white noise.

- The model that I am using is not as sophisticated like RNN or LSTM.

- There might be seasonality in the data which I can't seem to capture and making my prediction tanking :(

While this might be incomplete, but in the future i want to incorporate more sophisticated method like RNN, LSTM, and XGBoost