tscov.cgarch.estimate | R Documentation |
Extracts the conditional covariance matrices.
## S3 method for class 'cgarch.estimate'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'cgarch.simulate'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'cgarch.predict'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'dcc.estimate'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'dcc.simulate'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'dcc.predict'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'gogarch.estimate'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'gogarch.predict'
tscov(object, distribution = TRUE, ...)
## S3 method for class 'gogarch.simulate'
tscov(object, distribution = TRUE, ...)
object |
an object class from one of the models in the package. |
distribution |
whether to return the full simulated covariance distribution for the predicted and simulated objects, else the average covariance across each horizon. |
... |
none |
An array of covariance matrices with time as the third dimension. The returned object has attributes ‘index’ representing the datetime and ‘series’ representing the series names.
A 4-d array of dimensions (n_series x n_series x horizon x n_draws). If
distribution
is FALSE, then the average covariance across all draws, an
array of dimensions (n_series x n_series x horizon).
the covariance (see details).
Alexios Galanos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.