| Download a pdf copy of this help file here |
See also: Time series in ModelRisk
VoseTimeGARCH(Mu,Omega,A,B,E0,LogReturn,LastValue)
Models a generalized
autoregressive conditional heteroskedasticity time series model of
order (1,1).
Mu - the percentage drift.
Omega - the constant coefficient of the variance equation.
A - autoregressive parameter
B - moving average parameter
E0 - E at period 0
LogReturn - Optional boolean parameter (TRUE/FALSE) specifying whether to return the actual time series (FALSE, default) or log returns (TRUE).
LastValue - last known historic value. The generated time series values will continue on from this value. Should only be provided if the LogReturn parameter is set to FALSE or omitted.
As the ModelRisk Time Series functions typically take a lot of parameters, we recommend for these in particular to use the Time Series window.
VoseTimeGARCH - generates an array of random values from this time series.
VoseTimeGARCHFit - generates an array of random values from this time series fitted to data.
VoseTimeGARCHFitP - returns the parameters of this time series fitted to data.