Declaration of EogRegression — EOG artifact removal via linear regression. More...


Go to the source code of this file.
Classes | |
| class | UTILSLIB::EogRegression |
| Remove EOG artifacts via linear regression. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
| namespace | UTILSLIB |
| Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms). | |
Declaration of EogRegression — EOG artifact removal via linear regression.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Fits a least-squares model from EOG channels to all other channels and subtracts the predicted EOG contribution. This mirrors MNE-Python's mne.preprocessing.EOGRegression.
Definition in file eog_regression.h.