matrix_PDC | R Documentation |
Partial directed coherence matrix
matrix_PDC(unit, ar)
unit |
A Matrix containing the multivariate time series. Each column represents a univariate time series. |
ar |
Integer vector containing all the lags considered for the vector autoregressive model |
An real array of dimensions, ncol(unit), ncol(unit), n, where n is the number of frequencies at which the PDC is estimated.
X=matrix( rnorm(2000), ncol=10 )
ar=c(1, 2)
matrix_PDC(X, ar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.