plotting.plot_pod_curve

plot_pod_curve(
    X_eval,
    pod_curve,
    ci_lower=None,
    ci_upper=None,
    target_pod=0.9,
    confidence_level=95,
    poi_name='Parameter of Interest',
    ax=None,
)

Result Plot 2: Probability of Detection (The Reliability).

Visualizes the PoD curve with Bootstrap Confidence Intervals. Equivalent to Figure 11 in the Generalized Method paper.