plot.tsgarch.estimate {tsgarch}R Documentation

Estimated Model Plots

Description

Plot method for “tsgarch.estimate” class.

Usage

## S3 method for class 'tsgarch.estimate'
plot(x, y = NULL, ...)

Arguments

x

an object of class “tsgarch.estimate”.

y

not used.

...

not used.

Value

a panel with plots for the estimated sigma value, the news impact curve and a “QQ” plot of the standardized residuals.


[Package tsgarch version 1.0.2 Index]