pysteps.verification.probscores.ROC_curve_init

pysteps.verification.probscores.ROC_curve_init

pysteps.verification.probscores.ROC_curve_init(X_min, n_prob_thrs=10)

Initialize a ROC curve object.

Parameters
X_min: float

Precipitation intensity threshold for yes/no prediction.

n_prob_thrs: int

The number of probability thresholds to use. The interval [0,1] is divided into n_prob_thrs evenly spaced values.

Returns
out: dict

The ROC curve object.