newsimpact.cgarch.estimate | R Documentation |
News impact surface of a model
## S3 method for class 'cgarch.estimate'
newsimpact(object, epsilon = NULL, pair = c(1, 2), type = "correlation", ...)
## S3 method for class 'dcc.estimate'
newsimpact(object, epsilon = NULL, pair = c(1, 2), type = "correlation", ...)
## S3 method for class 'gogarch.estimate'
newsimpact(
object,
epsilon = NULL,
pair = c(1, 2),
factor = c(1, 1),
type = "correlation",
...
)
object |
an object of one of the estimated model classes in the package. |
epsilon |
not used. |
pair |
the pair of series for which to generate the news impact surface. |
type |
either “correlation” or “covariance”. |
... |
additional parameters passed to the method. |
factor |
the pair of factors for which to generate the news impact surface for the GOGARCH model. |
An object of class “tsmarch.newsimpact” which has a plot method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.