Skip to content

Add bootstrap confidence intervals and p-values to rate_score() #889

@aman-coder03

Description

@aman-coder03

current rate_score() returns point estimates only. Yadlowsky et al. (2021) derive a functional CLT enabling exact Gaussian inference via half-sample bootstrap, which is also implemented in the grf R package via rank_average_treatment_effect()

proposed extension is to add a return_ci=True parameter to rate_score()...

    rate_score(df, weighting="autoc", return_ci=True, n_bootstrap=200)

which would return the RATE estimate along with standard errors and p-values.

related to #887

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions