pysteps.verification.detcontscores.det_cont_fct_compute

pysteps.verification.detcontscores.det_cont_fct_compute(err, scores='')

Compute simple and skill scores for deterministic continuous forecasts from a verification error object.

Parameters:
err : dict

A verification error object initialized with pysteps.verification.detcontscores.det_cont_fct_init() and populated with pysteps.verification.detcontscores.det_cont_fct_accum().

scores : {string, list of strings}, optional

The name(s) of the scores. The default, scores=”“, will compute all available scores. The available score names are:

Returns:
result : dict

Dictionary containing the verification results.