Get confidence intervals from non-parametric bootstrap.
ndarray, shape (n_samples, …)The input data on which to calculate the confidence interval.
floatLevel of the confidence interval between 0 and 1.
intNumber of bootstraps.
str | callable()Can be “mean”, “median”, or a callable operating along axis=0.
int | float | array_like | NoneThe seed at which to initialize the bootstrap.
ndarray, shape (2, …)Containing the lower boundary of the CI at cis[0, ...] and the
upper boundary of the CI at cis[1, ...].
mne.stats.bootstrap_confidence_interval#Explore event-related dynamics for specific frequency bands