Learn R Programming

garchx (version 1.6)

garchx-package: Flexible and Robust GARCH-X Modelling

Description

Flexible and robust estimation and inference of GARCH(q,p,r)-X models, where q is the GARCH order, p is the ARCH order, r is the asymmetry or leverage order, and 'X' indicates that covariates can be included. Suitable subsets of the coefficients can be restriced to zero by omission, and Quasi Maximum Likelihood (QML) methods ensure estimates are generally consistent, even when the standardised innovations are non-normal and/or dependent.

Arguments

Author

Genaro Sucarrat, https://www.sucarrat.net/

Maintainer: Genaro Sucarrat

Details

Package:garchx
Type:Package
Version:1.6
Date:2025-07-09
License:GPL-2

See Also

Examples

Run this code
##simulate from a garch(1,1):
set.seed(123)
y <- garchxSim(1000)

##estimate garch(1,1) model:
mymod <- garchx(y)
mymod

Run the code above in your browser using DataLab