Generalized Distribution Prediction for Asset Returns
\'Isak P\'etursson, Mar\'ia \'Oskarsd\'ottir

TL;DR
This paper introduces a two-stage LSTM-based model for predicting asset return distributions through quantiles, which outperforms traditional methods and generalizes across various asset classes using asset-neutral features.
Contribution
The paper presents a novel two-stage LSTM approach that predicts return quantiles and converts them into full distributions, applicable across multiple asset classes with improved accuracy.
Findings
LSTM model outperforms linear quantile regression by 98%
LSTM outperforms dense neural network by over 50%
Model generalizes well across different asset classes
Abstract
We present a novel approach for predicting the distribution of asset returns using a quantile-based method with Long Short-Term Memory (LSTM) networks. Our model is designed in two stages: the first focuses on predicting the quantiles of normalized asset returns using asset-specific features, while the second stage incorporates market data to adjust these predictions for broader economic conditions. This results in a generalized model that can be applied across various asset classes, including commodities, cryptocurrencies, as well as synthetic datasets. The predicted quantiles are then converted into full probability distributions through kernel density estimation, allowing for more precise return distribution predictions and inferencing. The LSTM model significantly outperforms a linear quantile regression baseline by 98% and a dense neural network model by over 50%, showcasing its…
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 · Forecasting Techniques and Applications · Energy Load and Power Forecasting
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
