Description Extends Methods Author(s) See Also Examples
Class for the univariate GARCH specification.
Class "GARCHspec", directly.
Class "rGARCH", by class "GARCHspec", distance 2.
signature(object = "uGARCHspec"): spec summary.
signature(object = "uGARCHspec"): unconditional mean of model for a
specification with fixed.pars list.
signature(object = "uGARCHspec"): unconditional variance of model for a
specification with fixed.pars list.
signature(object = "uGARCHfit", pars = "missing", distribution="missing",
model = "missing"): calculates and returns the long run unconditional variance of the garch fit
given a uGARCHfit object.
Alexios Ghalanos
Classes uGARCHfit, uGARCHsim and
uGARCHforecast.
1 2 3 | # Basic GARCH(1,1) Spec
spec = ugarchspec()
spec
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.