|
See also: Time series in ModelRisk
VoseTimeAR1(Mu,Omega,A1,A2,Y0,LogReturn,LastValue)
Array function that models an autoregressive time series model of order 2.
Mu - the percentage drift.
Omega - the constant coefficient of the variance equation.
A1 - first autoregressive parameter
A2 - second autoregressive parameter
Y0 - LogReturn 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.
VoseTimeAR2 - generates an array of random values from this time series.
VoseTimeAR2Fit - generates an array of random values from this time series fitted to data.
VoseTimeAR2FitP - returns the parameters of this time series fitted to data.