scope_rl.utils.estimate_confidence_interval_by_bootstrap#
- scope_rl.utils.estimate_confidence_interval_by_bootstrap(samples, alpha=0.05, n_bootstrap_samples=100, random_state=None)[source]#
Estimate the confidence interval by a nonparametric bootstrap-like procedure.
- Parameters:
- Returns:
estimated_confidence_interval – Dictionary storing the estimated mean and upper-lower confidence bounds.
- Return type: