Deep learning methods improve time series forecasting by optimizing lag selection.
problem Optimizing the number of lags for accurate univariate time series forecasting.
method Empirical analysis of deep learning methods trained on multiple time series datasets.
result Excessively small or large lag sizes negatively impact forecasting performance.
Vector autoregression (VAR) is a fundamental tool for modeling multivariate time series. However, as the number of component series is increased, the VAR model becomes overparameterized. Several authors have addressed this issue by incorporating regularized approaches, such as the lasso in VAR estimation. Traditional a…
Bayesian framework selects features and lags for time series forecasting.
problem Variable selection and lagged error term identification in time series models.
method Hierarchical Bayesian models with spike-and-slab priors, two-stage MCMC algorithm.
result Posterior selection consistency under mild conditions, improved predictive performance.
One popular approach for nonstructural economic and financial forecasting is to include a large number of economic and financial variables, which has been shown to lead to significant improvements for forecasting, for example, by the dynamic factor models. A challenging issue is to determine which variables and (their)…
We develop methods to estimate lag and parameters for multiple stable autoregressive processes.
problem Estimating lag and parameters for multiple stable autoregressive processes with unknown lag.
method Use convex programming to simultaneously select lag and estimate parameters across multiple processes.
result The estimated process is stable, and forecasting errors can outperform known rates.
DCIts interprets complex time series data with interpretable coefficients.
problem Interpreting nonlinear multivariate time series data.
method Deep convolutional architecture with a Focuser and Modeler components.
result DCIts provides interpretable coefficients and interaction patterns.
New technique identifies lead-lag relationships in FX market during pandemic.
problem Identifying lead-lag relationships in financial markets, especially during crises.
method Dynamic Programming technique for finding optimal lead-lag path, using a loose metric.
result The proposed technique gives the best results in identifying statistically significant paths and closest forecasts.
Study cash-flow forecasting for derivatives, aligning with replication strategy and addressing timing frictions.
problem Inconsistencies in cash-flow forecasting under different measures and stochastic payment times.
method Use discounting sensitivities (funding-curve hedge ratios) for replication and propose a liquidity valuation adjustment.
result Aligns forecasting with replication strategy and avoids measure-mixing issues.
LAD-BNet improves real-time energy forecasting on edge devices.
problem Real-time energy forecasting on edge devices for smart grid optimization and intelligent buildings.
method Hybrid neural architecture combining temporal lag exploitation and TCN with dilated convolutions.
result 14.49% MAPE at 1-hour horizon with 18ms inference time on Edge TPU, 8-12x faster than CPU.
LAVARNET predicts multivariate time series by estimating causal variable relationships.
problem Forecasting multivariate time series requires understanding causal interrelationships among variables.
method LAVARNET is a neural network architecture that estimates causal effects and predicts future values.
result LAVARNET outperforms other models on various real-world data sets.
Methodology to measure lag relevance in time series models.
problem Measuring lag relevance in machine learning models for univariate time series.
method Ghost variables, Shapley values, additive importance measures, auto-relevance and partial auto-relevance functions, one-step forecast.
result Calculated relevance measures successfully demonstrate expected lag structure in almost all cases.
Study shows integrating OFI from multiple levels improves price impact explanation but not forecasting.
problem Explaining and forecasting price movements in equity markets using OFI.
method Systematic approach to combine OFIs from multiple levels into an integrated variable, testing multi-asset models with and without cross-impact terms.
result Lagged cross-asset OFIs improve future return forecasting but not contemporaneous price impact.
Proposes a method for forecasting time series with multiple seasonality.
problem Forecasting time series with both short-term and long-term seasonality is challenging.
method Two-stage method: first generalizes ARMA model for multiple seasonality, second selects lag order.
result Method outperforms `Facebook Prophet` model in predictive performance.
Algorithm detects lead-lag relationships in multivariate time series.
problem Understanding temporal dependencies between time series.
method Cluster-driven methodology based on dynamic time warping.
result Robust detection of lead-lag relationships in lagged multi-factor models.
Study introduces TeMoP model for better stock market predictions.
problem Decreasing prediction errors and robustness across datasets in machine learning models.
method Probabilistic multiple lag order model based on trend encoding.
result TeMoP model outperforms machine learning models in accuracy and stability across different stock indexes.
Expert system predicts credit card charge-offs using macroeconomic indicators.
problem Managing charge-off rates in the credit card industry.
method Developed an expert system using machine learning and macroeconomic indicators.
result Achieved mean squared error values of 1.15E-03 and 1.04E-03.
The thesis forecasts stock prices using LSTM and compares it to ARIMA.
problem Forecasting stock prices with LSTM models.
method Used long short-term memory (LSTM) models to forecast stock prices of GS and GE.
result LSTM models exhibit a recurring lag in forecasting stock prices.
RNN(p) improves power consumption forecasts with interpretable models.
problem Improving power consumption forecasts for energy sector decisions.
method RNN(p) models with p time lags, using structured feedbacks.
result RNN(p) models achieve excellent forecasting accuracy and interpretability.
We introduce a new methodology for forecasting which we call Signal Diffusion Mapping. Our approach accommodates features of real world financial data which have been ignored historically in existing forecasting methodologies. Our method builds upon well-established and accepted methods from other areas of statistical …
Study forecasts U.S. bond index using deep learning, finding persistence is key.
problem Forecasting U.S. aggregate bond index with deep learning methods.
method Constructed a stationary but maximally persistent representation of the bond index, evaluated using MLPs and CNNs.
result Deep learning models outperform traditional methods in short-horizon forecasting of bond indices.
Study finds sales forecasters overreact to extreme news.
problem Understanding how forecasters react to sales growth news.
method Proposes a framework with fat-tailed dynamics and linear forecasting rule.
result Forecasters overreact to significant sales growth news.
Improved LSTM cell for high-frequency trading forecasts.
problem Precise stock price forecasting with minimal lags.
method Revised long short-term memory (LSTM) cell with optimal gate/state selection.
result Lower forecasting error compared to other recurrent neural networks.
Method detects lead-lag relationships in multivariate time series.
problem Discovering lead-lag relationships in multivariate time series.
method Clustering-driven methodology using sliding window and various clustering techniques.
result Robust lead-lag estimates across clusters enhance consistent relationships identification.
For2For combines forecasts to improve time series forecasting.
problem Improving time series forecasting accuracy.
method Combines standard forecasting methods and machine learning models using forecasts as features.
result Outperforms all submissions in the M4 competition for quarterly series and most monthly series.
This paper presents a model based on multilayer feedforward neural network to forecast crude oil spot price direction in the short-term, up to three days ahead. A great deal of attention was paid on finding the optimal ANN model structure. In addition, several methods of data pre-processing were tested. Our approach is…
Forecasting time series data is an important subject in economics, business, and finance. Traditionally, there are several techniques to effectively forecast the next lag of time series data such as univariate Autoregressive (AR), univariate Moving Average (MA), Simple Exponential Smoothing (SES), and more notably Auto…
Lead/lag relationships are an important stylized fact at high frequency. Some assets follow the path of others with a small time lag. We provide indicators to measure this phenomenon using tick-by-tick data. Strongly asymmetric cross-correlation functions are empirically observed, especially in the future/stock case. W…
A new method combines predictors and their lags using supervised PCA for dynamic forecasting.
problem Dynamic forecasting with many predictors.
method Supervised PCA with re-scaling and penalized methods.
result The method outperforms traditional PCA and diffusion-index approaches in prediction.
This paper compares ML models for predicting COVID-19 trends.
problem Forecasting the spread of COVID-19 to reduce its impact.
method Applied ARDL method to identify relationships, then used ML models (SVM, RF, KNN, ANN) for prediction.
result Models accurately forecasted COVID-19 cases with low MAPE.
Transformer-based method for causal discovery with prior knowledge integration.
problem Complex nonlinear dependencies and spurious correlations in time series data.
method Multi-layer Transformer forecaster with gradient-based causal structure extraction and attention masking for prior knowledge integration.
result Significant improvement in causal discovery and causal lag estimation compared to state-of-the-art methods.
XGBoost predicts NEPSE Index log returns with low error and high directional accuracy.
problem Forecasting daily log-returns in the NEPSE Index with high accuracy.
method XGBoost machine learning, feature engineering, hyperparameter optimization, walk-forward validation.
result Optimal XGBoost configuration achieves lowest log-return RMSE and MAE.
LSTM models with DI enhance streamflow forecasts across diverse regions.
problem Challenges in integrating varied discharge measurements for accurate streamflow forecasts.
method Flexible data integration (DI) using LSTM models with CNN units for lagged inputs.
result DI significantly improved streamflow forecast performance, reaching record efficiency coefficients.
This paper considers an often forgotten relationship, the time delay between a cause and its effect in economies and finance. We treat the case of Foreign Direct Investment (FDI) and economic growth, - measured through a country Gross Domestic Product (GDP). The pertinent data refers to 43 countries, over 1970-2015, - …
In this article, we propose a novel ensemble technique with a multi-scheme weighting based on a technique called coopetitive soft gating. This technique combines both, ensemble member competition and cooperation, in order to maximize the overall forecasting accuracy of the ensemble. The proposed algorithm combines the …
VEST automates feature engineering for time series forecasting.
problem Challenges in time series forecasting with improved performance.
method VEST combines auto-regression with statistical summarization of recent past dynamics.
result VEST significantly improves forecasting performance.
BAVART model combines VAR and BART for non-linear forecasting.
problem Overly restrictive linearity assumption in VAR models.
method Combining VAR with Bayesian additive regression trees (BART).
result BAVART model yields highly competitive forecasts.
News items have a significant impact on stock markets but the ways are obscure. Many previous works have aimed at finding accurate stock market forecasting models. In this paper, we use text mining and sentiment analysis on Chinese online financial news, to predict Chinese stock tendency and stock prices based on suppo…
Method identifies causal interactions between time series using extreme eigenvalue variability.
problem Detecting causal interactions between time series.
method Largest eigenvalue of lagged correlation matrices, measuring causal interactions through variability.
result The method outperforms traditional Granger causality tests in detecting structural changes.
Proposes a framework to explain complex global forecasting models.
problem Lack of interpretability in global forecasting models reduces stakeholder trust.
method Trains simpler univariate surrogate models on local forecasts of global models.
result Shows improved local model-agnostic interpretability of global forecasting models.
Study of the forecasting models using large scale microblog discussions and the search behavior data can provide a good insight for better understanding the market movements. In this work we collected a dataset of 2 million tweets and search volume index (SVI from Google) for a period of June 2010 to September 2011. We…
New formulas forecast fractional Brownian motion for financial trading.
problem Forecasting financial log-prices following fractional Brownian motion.
method Theoretical formulas for accuracy metrics in fBm forecasting.
result Optimal trading strategies in fBm framework identified.
A new network log-ARCH model improves stock market volatility forecasting.
problem Improving stock market volatility forecasting accuracy.
method Dynamic network autoregressive conditional heteroscedasticity (ARCH) model integrating lagged and adjacent node volatility information.
result The model shows significant improvements in forecasting accuracy compared to univariate log-ARCH models.
Proposes a neural network for efficient imbalance electricity price forecasting.
problem Accurate and efficient imbalance electricity price forecasting in industrial energy trading systems.
method Market-rule-informed neural network framework.
result The proposed model achieves competitive forecasting performance with fewer parameters and shorter training time.
ForecastQA creates a new QA task for event forecasting from text data.
problem Forecasting future events from unstructured text data.
method Formulated a restricted-domain, multiple-choice QA task for event forecasting.
result Best model achieves 60.1% accuracy, lagging behind human performance by about 19%
Cryptocurrency, the most controversial and simultaneously the most interesting asset, has attracted many investors and speculators in recent years. The visibly significant market capitalization of cryptos also motivates modern financial instruments such as futures and options. Those will depend on the dynamics, volatil…
NGRC shows numerical instabilities with short lags and high-degree polynomials.
problem Numerical instabilities in NGRC feature matrix.
method Combining numerical linear algebra and dynamical systems theory, we study feature matrix conditioning. We evaluate different numerical algorithms for solving the regularized least-squares problem.
result SVD-based training achieves accurate forecasts without regularization, preferable for short lags and high-degree polynomials.
We propose a generic spatiotemporal event forecasting method, which we developed for the National Institute of Justice's (NIJ) Real-Time Crime Forecasting Challenge. Our method is a spatiotemporal forecasting model combining scalable randomized Reproducing Kernel Hilbert Space (RKHS) methods for approximating Gaussian …
The study finds that low frequency macroeconomic variables are more important for short-term electricity price forecasting.
problem Improving short-term forecasting of daily electricity prices using macroeconomic variables.
method Developed a Bayesian reverse unrestricted MIDAS model to account for frequency mismatch.
result Inclusion of macroeconomic low frequency variables improves short-term forecasts more than using only surveys or industrial production data.