mne.combine_evoked(all_evoked, weights)[source]¶Merge evoked data by weighted addition or subtraction.
Data should have the same channels and the same time instants. Subtraction can be performed by passing negative weights (e.g., [1, -1]).
| Parameters: | all_evoked : list of Evoked 
 weights : list of float | str 
  | 
|---|---|
| Returns: | evoked : Evoked 
  | 
Notes
New in version 0.9.0.
mne.combine_evoked¶