UniGASSpec | R Documentation |
Specify the conditional distribution, scaling mechanism and time–varying parameters for univariate GAS models.
UniGASSpec(Dist = "norm", ScalingType = "Identity",
GASPar = list(location = FALSE, scale = TRUE,
skewness = FALSE, shape = FALSE, shape2 = FALSE))
Dist |
|
ScalingType |
|
GASPar |
|
All the information regarding the supported univariate conditional distributions can be investigated using the DistInfo function.
An object of the class uGASSpec.
Leopoldo Catania
Ardia D, Boudt K and Catania L (2016).
"Generalized Autoregressive Score Models in R: The GAS Package."
https://www.ssrn.com/abstract=2825380.
Creal D, Koopman SJ, Lucas A (2013).
"Generalized Autoregressive Score Models with Applications."
Journal of Applied Econometrics, 28(5), 777-795.
\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/jae.1279")}.
Harvey AC (2013). Dynamic Models for Volatility and Heavy Tails: With Applications to Financial and Economic Time Series. Cambridge University Press.
# Specify an univariate GAS model with Student-t
# conditional distribution and time-varying location, scale and shape parameter
library("GAS")
GASSpec = UniGASSpec(Dist = "std", ScalingType = "Identity",
GASPar = list(location = TRUE,
scale = TRUE, shape = TRUE))
GASSpec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.