Proper Scoring Rule

scoring-ruleprobabilistic-forecastingforecast-evaluationcrpsenergy-scorebayes-factorloss-function

Definition

A scoring rule S(P,x)S(P,x) assigns a numerical reward to a probabilistic forecast PP (a full predictive distribution) when the outcome xx materializes. Writing S(P,Q)=S(P,ω)dQ(ω)S(P,Q)=\int S(P,\omega)\,dQ(\omega) for the expected score under QQ when PP is quoted, the rule is proper if S(Q,Q)S(P,Q)S(Q,Q)\ge S(P,Q) for all P,QP,Q — so a forecaster maximizes expected score by quoting his or her true belief — and strictly proper if equality holds only when P=QP=Q. Propriety is an incentive-compatibility (honesty) property: it removes any reward for hedging, exaggerating sharpness, or otherwise misreporting the predictive distribution.

Key Ideas

How It Works

Characterization. Every regular proper scoring rule arises from a convex "generalized entropy" function G(P)=S(P,P)G(P)=S(P,P) via a subtangent GG^*: S(P,ω)=G(P)G(P,)dP+G(P,ω).S(P,\omega)=G(P)-\int G^*(P,\cdot)\,dP+G^*(P,\omega). The induced divergence d(P,Q)=S(Q,Q)S(P,Q)0d(P,Q)=S(Q,Q)-S(P,Q)\ge 0 is a Bregman divergence of GG. Different convex GG's generate the standard rules:

Continuous outcomes. The continuous ranked probability score for a predictive CDF FF is CRPS(F,x)=(F(y)1{yx})2dy=EFXx12EFXX,\mathrm{CRPS}(F,x)=\int_{-\infty}^{\infty}\big(F(y)-\mathbf 1\{y\ge x\}\big)^2\,dy = E_F|X-x|-\tfrac12 E_F|X-X'|, which is reported in the units of xx and reduces to absolute error for a point forecast. Its multivariate generalization is the energy score ES(P,x)=12EPXXβEPXxβ\mathrm{ES}(P,x)=\tfrac12 E_P\lVert X-X'\rVert^{\beta}-E_P\lVert X-x\rVert^{\beta}, β(0,2)\beta\in(0,2) (Székely 2003; CRPS is β=1,m=1\beta=1,m=1).

Interval forecasts. For a central (1α)(1-\alpha) prediction interval [l,u][l,u] the (negatively oriented) interval score is Sαint(l,u;x)=(ul)+2α(lx)1{x<l}+2α(xu)1{x>u},S^{\mathrm{int}}_\alpha(l,u;x)=(u-l)+\tfrac2\alpha(l-x)\mathbf 1\{x<l\}+\tfrac2\alpha(x-u)\mathbf 1\{x>u\}, rewarding narrow intervals but penalizing outcomes that fall outside — width and coverage in one number.

Why It Matters

Open Questions

Related