Ridge regression to compute matrix adjancency matrix A such as A xt = xtpt1 the lambda parmeter is found by dichotomy such that A is stable (all eigenvalues have a norm less than one)
ridgeSearch(xt, xtp1, lambda = NULL)
adjacency matrix Afin with lambda as attribute
matrix. iEEG time series for a given window, with electrodes names as rows and time points as columns
matrix. the iEEG time serie at the next time point, with electrodes names as rows and time points as columns
Numeric Vector. A user supplied lambda sequence.