Related Experiment Video
Updated: Nov 1, 2025

A Method of Trigonometric Modelling of Seasonal Variation Demonstrated with Multiple Sclerosis Relapse Data
Published on: December 9, 2015
A Deep Learning-Based Method for Forecasting Gold Price with Respect to Pandemics
Mahtab Mohtasham Khani1, Sahand Vahidnia2, Alireza Abbasi2
1Istanbul Technical University, Istanbul, Turkey.
This study uses long short-term memory networks (LSTM) to forecast stock market fluctuations, incorporating COVID-19 data. The vector sequence output LSTM model shows superior performance in predicting market changes, aiding economic stability during pandemics.
Area of Science:
- * Computational finance and econometrics.
- * Machine learning applications in financial forecasting.
- * Pandemic impact analysis on global markets.
Background:
- * The COVID-19 pandemic significantly disrupted global economies, trade, and business operations, necessitating new analytical approaches.
- * Traditional stock market prediction models often rely solely on historical market data, which may be insufficient during unprecedented global events.
- * Understanding and adapting to pandemic-induced market shifts is crucial for international economic stability and crisis management.
Purpose of the Study:
- * To develop and evaluate a novel model for stock market value estimation incorporating COVID-19 data.
- * To identify and extract key features influencing market fluctuations during a pandemic.
- * To enhance forecasting model performance by integrating real-world pandemic data alongside traditional market indicators.
Main Methods:
- * Utilized Long Short-Term Memory (LSTM) networks, including Vector Sequence Output LSTM, Convolutional Neural Networks (CNN) LSTM, Bidirectional LSTM, and encoder-decoder LSTM.
- * Developed a framework for feature selection, emphasizing the importance of pandemic-specific data (e.g., COVID-19 cases) alongside market tickers.
- * Applied the models to predict Gold price fluctuations using daily time-series data for COVID-19 cases and market values.
Main Results:
- * The Vector Sequence Output LSTM model demonstrated superior performance compared to other methods.
- * Achieved Mean Squared Error (MSE) of , , and on the validation set for 1-day, 2-day, and 30-day ahead predictions, respectively.
- * Integration of COVID-19 case data significantly improved forecasting accuracy in real-world scenarios.
Conclusions:
- * Pandemic-specific features are critical for accurate financial forecasting during global health crises.
- * LSTM-based models, particularly Vector Sequence Output LSTM, offer a robust framework for predicting market behavior amidst unprecedented events.
- * The developed approach provides a valuable tool for economic decision-making and managing market volatility during future pandemics.
Related Concept Videos
Steps in Outbreak Investigation
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Statistical Methods for Analyzing Epidemiological Data
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...