Modelling
Modelling submodule.
Re-exports the public modelling API so that from pyeeg.models import ...
keeps working after the split of the former monolithic pyeeg.models
module into pyeeg.models.trf and pyeeg.models.var.
Classes
|
Temporal Response Function (TRF) Estimator Class. |
|
Canonical Correlation (CCA) Estimator Class. |
Functions
See also the Solvers module page for the regression solver classes.
|
Fit an autoregressive model to a time series. |
|
Fit a VAR model to a time series. |