pysteps.verification.probscores.reldiag_accum

pysteps.verification.probscores.reldiag_accum(reldiag, P_f, X_o)

Accumulate the given probability-observation pairs into the reliability diagram.

Parameters:
reldiag : dict

A reliability diagram object created with reldiag_init.

P_f : array-like

Forecast probabilities for exceeding the intensity threshold specified in the reliability diagram object.

X_o : array-like

Observed values.