weatherbench2.metrics.CRPSSpread

class weatherbench2.metrics.CRPSSpread(ensemble_dim='realization')

The spread measure associated with CRPS, E|X - X’|.

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])

CRPSSpread, averaged over space, for a time chunk of data.

Attributes

ensemble_dim