Skip to content

Distribution differences

Thomas Nipen edited this page May 13, 2018 · 9 revisions

Verif can be used to diagnose

Bias vs diff

The bias metric (-m bias) shows the aggregated difference between forecast and observations: aggregator(forecast - observation). The statistic difference metric (-m diff) shows the difference in aggregated statistics: aggregator(forecast) - aggregator(observation). When the aggregator is the mean, the two metrics give the same result. However, other aggregators give different results. For example, the following shows the standard deviation of the bias on the left and the difference of the standard deviation on the right:

verif raw.nc cal.nc -m bias -agg std
verif raw.nc cal.nc -m diff -agg std

The right figure shows that the calibrated file has forecasts with variability that is close to the observed, whereas the raw has too little variability.