weatherbench2.metrics.GaussianCRPS
- class weatherbench2.metrics.GaussianCRPS
The analytical formulation of CRPS for a Gaussian.
- __init__()
- Return type:
None
Methods
__init__()compute(forecast, truth[, region, skipna])Evaluate this metric on datasets with full temporal coverages.
compute_chunk(forecast, truth[, region, skipna])GaussianCRPS, averaged over space, for a time chunk of data.