fitted.tsgarch.estimate | R Documentation |
Extract the fitted values of the estimated model.
## S3 method for class 'tsgarch.estimate'
fitted(object, ...)
## S3 method for class 'tsgarch.multi_estimate'
fitted(object, ...)
object |
an object of class “tsgarch.estimate” or “tsgarch.multi_estimate”. |
... |
not currently used. |
An xts vector of the fitted values for the univariate type objects. In the case of a multi-estimate object, a list of xts vectors is returned if the individual univariate objects have unequal indices, else an xts matrix is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.