Stock Price Correlation Coefficient Prediction with ARIMA-LSTM Hybrid Model
Hyeong Kyu Choi

TL;DR
This paper introduces a hybrid ARIMA-LSTM model for predicting stock price correlation coefficients, demonstrating superior accuracy over traditional models in empirical tests, which can enhance portfolio optimization strategies.
Contribution
The paper presents a novel hybrid ARIMA-LSTM approach that combines linear and nonlinear modeling for improved correlation prediction in financial data.
Findings
ARIMA-LSTM outperforms traditional models significantly
Hybrid model captures both linear and nonlinear dependencies
Empirical results show improved prediction accuracy
Abstract
Predicting the price correlation of two assets for future time periods is important in portfolio optimization. We apply LSTM recurrent neural networks (RNN) in predicting the stock price correlation coefficient of two individual stocks. RNNs are competent in understanding temporal dependencies. The use of LSTM cells further enhances its long term predictive properties. To encompass both linearity and nonlinearity in the model, we adopt the ARIMA model as well. The ARIMA model filters linear tendencies in the data and passes on the residual value to the LSTM model. The ARIMA LSTM hybrid model is tested against other traditional predictive financial models such as the full historical model, constant correlation model, single index model and the multi group model. In our empirical study, the predictive ability of the ARIMA-LSTM model turned out superior to all other financial models by a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Energy Load and Power Forecasting · Financial Markets and Investment Strategies
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
