Supported Metrics
Check score.py for the stable list of scores available. Experimental scores can be found on the develop branch here.
Requires target and prediction:
eta— Equitable Threat Score of forecast data w.r.t.reference datapss— Peirce Skill Score of forecast data w.r.t.reference datafbi— Frequency Bias Index of forecast data w.r.t.reference datamae— Mean Absolute Error of forecast data w.r.t.reference datal1— L1 error norm of forecast data w.r.t.reference datal2— L2 error norm of forecast data w.r.t.reference datamse— Mean Squared Error of forecast data w.r.t.reference datarmse— Root Mean Squared Error of forecast data w.r.t.reference datavrmse- Variance-normalized Root Mean Squared Error (VRMSE) of forecast data w.r.t.reference datagrad_amplitude— Ratio between the spatial variability of differental operator with order 1 (higher values unsupported yet) forecast and ground truth data using the calc_geo_spatial-method. (requires regular lat-lon grid)psnr— Peak Signal-to-Noise Ratioseeps— Stable Equitable Error in Probability Space see Rodwell et al., 2011
Note
Please note many of these scores use default hard coded threshold values; see the code here.
Requires next step and alignment
froct— Forecast Rate of Change over Timetroct— Target Rate of Change over Time
Requires climatology
acc— Anomaly Correlation Coefficientfact— Forecast Activitytact— Target Activity as standard deviation of target anomaly
Probability metrics
ssr— Spread-Skill Ratio of the forecast ensemble data w.r.t. reference datacrps— Wrapper around CRPS-methods (Continuous ranked probability score) provided by xskillscore-package. See hererank_histogram— Rank Histogram of the forecast data w.r.t reference datasetsspread— Ensemble Spread of the forecast
Note
One needs to be cautious when computing scores that need alignment
between steps or climatology. One can not: compute froct or
troct for datasets where coordinates change between forecast
steps (shuffled is fine) compute acc, fact, tact for
datasets that do not have a precomputed climatology available