View source: R/utilities_fsvsim.R
covelement | R Documentation |
covelement
extracts the model-implied (time-varying) covariances between
(exactly) two component series.
covelement(x, i, j, these = seq_len(nrow(x$y)))
x |
Object of class |
i |
Index of component series 1. |
j |
Index of component series 2. |
these |
Vector indicating which points in time should be extracted, defaults to all. |
Vector with the requested covariances.
Other simulation:
corelement()
,
cormat.fsvsim()
,
covmat.fsvsim()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.