pysteps.verification.spatialscores.binary_mse_merge

pysteps.verification.spatialscores.binary_mse_merge(bmse_1, bmse_2)

Merge two BMSE objects.

Parameters:
bmse_1 : dict

A BMSE object initialized with pysteps.verification.spatialscores.binary_mse_init(). and populated with pysteps.verification.spatialscores.binary_mse_accum().

bmse_2 : dict

Another BMSE object initialized with pysteps.verification.spatialscores.binary_mse_init(). and populated with pysteps.verification.spatialscores.binary_mse_accum().

Returns:
out : dict

The merged BMSE object.