|
See also: Time series in ModelRisk
VoseTimeAPARCH(Mu,Omega,Delta,Gamma,A,B,E0,LogReturn,LastValue)
Array
function that models an asymmetric power autoregressive
conditional heteroskedasticity time series model of order (1,1).
Mu - the percentage drift.
Omega - the constant coefficient of the variance equation.
Delta - asymmetric power parameter
Gamma - asymmetric power parameter
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 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.
VoseTimeAPARCH - generates an array of random values from this time series.
VoseTimeAPARCHFit - generates an array of random values from this time series fitted to data.
VoseTimeAPARCHFitP - returns the parameters of this time series fitted to data.