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

TRFEstimator([times, tmin, tmax, srate, ...])

Temporal Response Function (TRF) Estimator Class.

CCA_Estimator([times, tmin, tmax, ...])

Canonical Correlation (CCA) Estimator Class.

Functions

See also the Solvers module page for the regression solver classes.

fit_ar(x[, nlags, time_axis])

Fit an autoregressive model to a time series.

fit_var(x[, nlags, time_axis])

Fit a VAR model to a time series.