View source: R/main_function.R
estimateCovariance | R Documentation |
Estimates the covariance (or variance) matrix of the residuals using shrinkage estimation.
This function utilizes corpcor::cov.shrink
for covariance estimation.
estimateCovariance(res, ...)
res |
A numeric matrix of residuals from the VAR model. |
... |
Additional arguments passed to |
A numeric covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.