def compare_branches_quantiles()

in src/mozanalysis/frequentist_stats/bootstrap.py [0:0]


def compare_branches_quantiles(
    df,
    col_label,
    ref_branch_label="control",
    quantiles_of_interest=None,
    num_samples=10000,
    threshold_quantile=None,
    individual_summary_quantiles=mabs.DEFAULT_QUANTILES,
    comparative_summary_quantiles=mabs.DEFAULT_QUANTILES,