tscov {tsmethods} | R Documentation |
Covariance matrix.
Description
Generic method for extracting the covariance matrix from a multivariate model or the autocovariance matrix of a univariate model.
Usage
tscov(object, ...)
Arguments
object |
an object. |
... |
additional parameters passed to the method. |
Value
A covariance matrix or array of matrices (time varying) or other custom object related to this.
[Package tsmethods version 1.0.1 Index]