weatherbench2.metrics.SpatialEnsembleMeanMSE

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

EnsembleMeanMSE (MSE, not RMSE), without spatial averaging.

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

Squared error in the ensemble mean, for a time chunk of data.

Attributes

ensemble_dim