Nyarukotep / ARMA-GARCH-Model

A stock price prediction model based on ARMA and GARCH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARMA-GARCH-Model

A stock price prediction model based on ARMA and GARCH.

The combination of ARMA and GARCH could be used as a tool to predict stock prices, which is better than AR and MA models.
The ARMA-GARCH model used ARMA for the linear part and GARCH for the residual part.

where 𝑐, πœ‘, πœƒ are given by ARMA and πœ”, 𝛼, 𝛽 are given by GARCH.

Prediction result

AR model(Goldman Sachs):

MA model(Goldman Sachs):

ARMA model(Goldman Sachs):

ARMA-GARCH model(Goldman Sachs):

ARMA-GARCH model(General Motors):

ARMA-GARCH model(IBM):

ARMA-GARCH model(Microsoft):

ARMA-GARCH model(Tesla):

About

A stock price prediction model based on ARMA and GARCH


Languages

Language:Jupyter Notebook 100.0%