weatherbench2.metrics.CRPSSkill
- class weatherbench2.metrics.CRPSSkill(ensemble_dim='realization')
The skill measure associated with CRPS, E|X - Y|.
- Parameters:
ensemble_dim (str) –
- __init__(ensemble_dim='realization')
- Parameters:
ensemble_dim (str) –
- Return type:
None
Methods
__init__
([ensemble_dim])compute
(forecast, truth[, region, skipna])Evaluate this metric on datasets with full temporal coverages.
compute_chunk
(forecast, truth[, region, skipna])CRPSSkill, averaged over space, for a time chunk of data.
Attributes
ensemble_dim