karthickrajas / Time-series-in-Python

Model ARMA process for stock price and compare it with RNN results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time-series-in-Python

Model ARMA process for stock price and compare it with RNN results

Process for ARMA/ARIMA models

  • Analyzing Time Series Data
  • Test for Random Walk
  • Take first differences
  • Compute ACF and PACF
  • Fit a few AR, MA, and ARMA models
  • Use Information Criterion to choose best model ( AIC, BIC )
  • Forecast Time series over the past data

About

Model ARMA process for stock price and compare it with RNN results


Languages

Language:Python 98.8%Language:Batchfile 1.2%