in src/mozanalysis/frequentist_stats/bootstrap.py [0:0]
def compare_branches(
df,
col_label,
ref_branch_label="control",
stat_fn=np.mean,
num_samples=10000,
threshold_quantile=None,
individual_summary_quantiles=mabs.DEFAULT_QUANTILES,
comparative_summary_quantiles=mabs.DEFAULT_QUANTILES,