metrics#

Metric implementations used by mhm-tools.

This package groups reusable metric routines for comparing model outputs with reference data. Metric implementations live in dedicated modules such as tsm, spaef, esp, waspaef, and mspaef; metrics_handler dispatches metric calls and writes CSV outputs.

Files#

esp

Calculate the Error-SPAtial Pattern metric.

metrics_handler

Dispatch metric calculations and write metric CSV files.

mspaef

Calculate the modified SPAtial EFficiency metric.

spaef

Calculate the SPAtial EFficiency metric.

tsm

Calculate the temporal-spatial metric currently under developement.

waspaef

Calculate the Wasserstein SPAtial EFficiency metric.