pysteps.verification.spatialscores.binary_mse_accum

pysteps.verification.spatialscores.binary_mse_accum

pysteps.verification.spatialscores.binary_mse_accum(bmse, X_f, X_o)

Accumulate forecast-observation pairs to an BMSE object.

Parameters
bmse: dict

The BMSE object initialized with pysteps.verification.spatialscores.binary_mse_init().

X_f: array_like

Array of shape (m, n) containing the forecast field.

X_o: array_like

Array of shape (m, n) containing the observation field.