Modelling
In this module, we can find different method to model the relationship between stimulus and (EEG) response. Namely there are wrapper functions implementing:
Forward modelling (stimulus -> EEG), a.k.a _TRF_ (Temporal Response Functions)
Backward modelling (EEG -> stimulus)
CCA (in :mod:pyeeg.cca)
VAR model fitting
Updates:
- 10/11/2023: added VAR model estimation (see fit_var()
and fit_ar()
)
Classes
|
Temporal Response Function (TRF) Estimator Class. |
|
Canonical Correlation (CCA) Estimator Class. |
Functions
|
Linear regression using svd. |
|
Fit an autoregressive model to a time series. |
|
Fit a VAR model to a time series. |