Multivariate Probabilistic CRPS Learning with an Application to Day-Ahead Electricity Prices
Jonathan Berrisch, Florian Ziel
TL;DR
The paper tackles online aggregation of multivariate probabilistic forecasts by extending CRPS learning to a multivariate setting through horizontal aggregation across quantiles. It introduces two smoothing strategies—dimension-reducing basis matrices and penalized smoothing—to model dependencies among marginals and quantiles within an online Bernstein Online Aggregation framework. The approach delivers fast, adaptive weight updates and demonstrates significant CRPS improvements on 24-dimensional day-ahead electricity price distributions, with a fast C++ implementation in the profoc package. The work also discusses hyperparameter tuning, potential extensions (e.g., Laplacian smoothing, copula integration), and practical implications for operational forecasting in energy markets.
Abstract
This paper presents a new method for combining (or aggregating or ensembling) multivariate probabilistic forecasts, considering dependencies between quantiles and marginals through a smoothing procedure that allows for online learning. We discuss two smoothing methods: dimensionality reduction using Basis matrices and penalized smoothing. The new online learning algorithm generalizes the standard CRPS learning framework into multivariate dimensions. It is based on Bernstein Online Aggregation (BOA) and yields optimal asymptotic learning properties. The procedure uses horizontal aggregation, i.e., aggregation across quantiles. We provide an in-depth discussion on possible extensions of the algorithm and several nested cases related to the existing literature on online forecast combination. We apply the proposed methodology to forecasting day-ahead electricity prices, which are 24-dimensional distributional forecasts. The proposed method yields significant improvements over uniform combination in terms of continuous ranked probability score (CRPS). We discuss the temporal evolution of the weights and hyperparameters and present the results of reduced versions of the preferred model. A fast C++ implementation of the proposed algorithm is provided in the open-source R-Package profoc on CRAN.
