Compute global rejection thresholds.
mne.Epochs
object
The epochs from which to estimate the epochs dictionary
int
The 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
| None
The 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 object
Defaults to cv=5
The verbosity of progress messages. If False, suppress all output messages.
dict
The rejection dictionary with keys as specified by ch_types.
Notes
Sensors marked as bad by user will be excluded when estimating the rejection dictionary.