ahat.bootstrap_linear_pod_ci

bootstrap_linear_pod_ci(
    X,
    y,
    X_eval,
    threshold,
    xlog=False,
    ylog=False,
    n_boot=1000,
    n_jobs=None,
)

Estimates 95% Confidence Bounds for the classical linear PoD curve via Bootstrapping. Maintains the strict assumptions of constant variance and normally distributed errors.