summary.garch | R Documentation |
Methods for creating and printing summaries of GARCH model fits.
## S3 method for class 'garch'
summary(object, ...)
## S3 method for class 'summary.garch'
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
object |
an object of class |
x |
an object of class |
digits , signif.stars |
see |
... |
further arguments passed to or from other methods. |
summary
computes the asymptotic standard errors of the
coefficient estimates from an outer-product approximation of the
Hessian evaluated at the estimates, see Bollerslev (1986). It
furthermore tests the residuals for normality and remaining ARCH
effects, see jarque.bera.test
and
Box.test
.
A list of class "summary.garch"
.
T. Bollerslev (1986): Generalized Autoregressive Conditional Heteroscedasticity. Journal of Econometrics 31, 307–327.
garch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.