Compute global rejection thresholds.
mne.Epochs objectThe epochs from which to estimate the epochs dictionary
intThe decimation factor: Increment for selecting every nth time slice.
int seed, RandomState instance, or None (default)The seed of the pseudo random number generator to use.
str | list of str | NoneThe channel types for which to find the rejection dictionary. e.g., [‘mag’, ‘grad’]. If None, the rejection dictionary will have keys [‘mag’, ‘grad’, ‘eeg’, ‘eog’, ‘hbo’, ‘hbr’].
a scikit-learn cross-validation objectDefaults to cv=5
The verbosity of progress messages. If False, suppress all output messages.
dictThe rejection dictionary with keys as specified by ch_types.
Notes
Sensors marked as bad by user will be excluded when estimating the rejection dictionary.