| LEiDA | R Documentation |
Compute the leading eigenvector dynamics analysis (LEiDA) of a multivariate time series as appearing in computational neuroscience.
LEiDA(X, TR, bp = c(0.01, 0.1), b_ord = 2)
X |
A |
TR |
Repetition time (in secounds) |
bp |
Bandpass filter, a vector of length 2 with the lower and upper bounds of the bandpass filter in Hz. Default is |
b_ord |
Butterworth order, a positive integer. Default is 2. |
a list containing
A (T,N) matrix of the leading eigenvector time series.
A (T,T) matrix of the functional connectivity dynamics (FCD) using cosine similarity.
A (T,T) matrix of the functional connectivity dynamics (FCD) using Pearson correlation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.