earthkit.meteo.extreme

Extreme index functions.

The API is split into two layers:

  • Low-level implementations are in the array and xarray submodules.

  • High-level functions are in this module and dispatch to backend implementations based on input type.

Submodules

Functions

cpf(…)

Compute Crossing Point Forecast (CPF).

efi(…)

Compute Extreme Forecast Index (EFI).

sot(…)

Compute Shift of Tails (SOT) from climatology percentiles (sorted) and ensemble forecast (not sorted).

sot_unsorted(…)

Compute Shift of Tails (SOT) from climatology percentiles (sorted) and ensemble forecast (not sorted).