pysteps.verification.probscores.reldiag_init

Contents

pysteps.verification.probscores.reldiag_init#

pysteps.verification.probscores.reldiag_init(X_min, n_bins=10, min_count=10)#

Initialize a reliability diagram object.

Parameters:
  • X_min (float) – Precipitation intensity threshold for yes/no prediction.

  • n_bins (int) – Number of bins to use in the reliability diagram.

  • min_count (int) – Minimum number of samples required for each bin. A zero value is assigned if the number of samples in a bin is smaller than bin_count.

Returns:

out – The reliability diagram object.

Return type:

dict

References

[BrockerS07]