mne_connectivity.select_order#
- mne_connectivity.select_order(X, maxlags=None)[source]#
Compute lag order selections based on information criterion.
Selects a lag order based on each of the available information criteria.
- Parameters:
- Returns:
- selected_orders
dict
The selected orders based on the following information criterion:
aic : Akaike
fpe : Final prediction error
hqic : Hannan-Quinn
bic : Bayesian a.k.a. Schwarz
The selected order is then stored as the value.
- selected_orders