Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Skill Score Overview

Updated: January 12, 2026

The following are all of the skill scores that are used for verification inside MATS applications, an explanation of what the cells of the contingency table represent, and the algorithms being used for each:

Contingency Table

ForecastObserved
YesNo
Yesa (Hit)b (False Alarm)
Noc (Miss)d (Correct Null)

Skill Scores Needed

Critical Success Index (CSI)

aa+b+c{\frac{a}{a+b+c}}

Bias (fcst/observed)

a+ba+c{\frac{a+b}{a+c}}

PODy (POD of refl > thresh)

aa+c{\frac{a}{a+c}}

PODn (POD of refl < thresh)

dd+b{\frac{d}{d+b}}

False Alarm Ratio (FAR)

bb+a{\frac{b}{b+a}}

True Skill Score (TSS)

aa+b+dd+c1{\frac{a}{a+b}} + {\frac{d}{d+c}} - 1

Heidke Skill Score (HSS)

2dacb(d+b)(b+a)+(d+c)(c+a)2 *{\frac{d*a - c*b}{(d+b)*(b+a) + (d+c)*(c+a)}}

Fcst Ratio (fcst/total)

a+ba+b+c+d{\frac{a+b}{a+b+c+d}}

Obs Ratio (obs/total)

a+ca+b+c+d{\frac{a+c}{a+b+c+d}}