weatherbench2.metrics.ACC
- class weatherbench2.metrics.ACC(climatology)
Anomaly correlation coefficient.
- Attribute:
climatology: Climatology for computing anomalies.
- Parameters:
climatology (Dataset) –
- __init__(climatology)
- Parameters:
climatology (Dataset) –
- Return type:
None
Methods
__init__
(climatology)compute
(forecast, truth[, region, skipna])Evaluate this metric on datasets with full temporal coverages.
compute_chunk
(forecast, truth[, region, skipna])Evaluate this metric on a temporal chunk of data.
Attributes
climatology