tvgarchObj | R Documentation |
Auxiliary functions used in the estimation of the univariate and multivariate TV(s)-GARCH(p,q,r)-X model. Not intended for the average user.
tv(speed, location, xtv = NULL, n = NULL, opt = 0,
order.g = NULL, as.zoo = TRUE, verbose = FALSE)
tvObj(par.g, fixed.par.g, xtv, opt, order.g, fixed.h, y, iter0, flag)
garchObj(par.h, xreg, order.h, fixed.g, y, flag)
tvgarchObj(par, fixed.par.g, y, order.g, xtv, opt, iter.fit.h, flag)
speed |
|
location |
|
xtv |
|
n |
|
opt |
|
order.g |
a scalar in |
as.zoo |
|
verbose |
|
par.g |
numeric |
fixed.par.g |
|
par |
|
fixed.h |
numeric |
y |
numeric |
iter0 |
|
flag |
|
par.h |
numeric |
order.h |
|
xreg |
numeric |
fixed.g |
numeric |
iter.fit.h |
a list of class 'garchx'. |
The values of the objective function or fitted variance components.
Susana Campos-Martins
tvgarch
,
fitted.tvgarch
,
residuals.tvgarch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.