🤖 AI Summary
In probabilistic time-series forecasting, common estimators of the Continuous Ranked Probability Score (CRPS)—such as quantile approximation and probability-weighted moments—suffer from systematic bias, leading to inaccurate model evaluation and inconsistent ranking. To address this, we propose the first unbiased CRPS estimator based on kernel quadrature and cubature rules, marking the inaugural application of kernel quadrature to probabilistic forecast evaluation. Our method is theoretically unbiased and computationally scalable, circumventing inherent errors from discretization and moment-based approximations. Empirically, it achieves significantly higher CRPS estimation accuracy across multiple benchmark datasets and improves ranking consistency among forecasting models. It outperforms existing implementations in mainstream libraries—including GluonTS—across all evaluated metrics, establishing a new state-of-the-art for CRPS estimation in probabilistic forecasting.
📝 Abstract
Despite the significance of probabilistic time-series forecasting models, their evaluation metrics often involve intractable integrations. The most widely used metric, the continuous ranked probability score (CRPS), is a strictly proper scoring function; however, its computation requires approximation. We found that popular CRPS estimators--specifically, the quantile-based estimator implemented in the widely used GluonTS library and the probability-weighted moment approximation--both exhibit inherent estimation biases. These biases lead to crude approximations, resulting in improper rankings of forecasting model performance when CRPS values are close. To address this issue, we introduced a kernel quadrature approach that leverages an unbiased CRPS estimator and employs cubature construction for scalable computation. Empirically, our approach consistently outperforms the two widely used CRPS estimators.