segreg.bootstrap.boot_percentile_conf_interval

boot_percentile_conf_interval(boot_sims, orig_sample_estimate, significance=0.05)[source]

Warning

If there are any fixed parameters in the model, they are assumed to be excluded from the arguments passed to this method.

Parameters
  • boot_sims (scipy ndarray shape: (num_simulations, num_params)) – ie: each column represents bootstrap simulations for a single statistic should not include any columns corresponding to fixed params in the model

  • orig_sample_estimate (scipy ndarray shape: (num_params,)) – should not include fixed params