| Download a pdf copy of this help file here |
See also: Time series in ModelRisk, Vose Multivariate Time Series window
VoseTimeMultiMA1({Mu},{Theta},{CovMatrix},LogReturn,{LastValues},Data_in_rows)
Array function that simulates from a Multivariate Moving-Average time series model of order 1.
{Mu} - Array of mean values for each marginal Normal distribution.
{Phi} - Matrix with moving average parameters.
{CovMatrix} - covariance matrix.
LogReturn - Optional parameter specifying whether to return the actual time series (FALSE, default) or the log returns.
{LastValues} - array of last known historic values to start forecast from.
Data_in_rows - optional parameter that specifies if the data is in rows (TRUE) or columns (FALSE, default).
VoseTimeMultiMA1 - generates an array of random values from this time series.
VoseTimeMultiMA1Object - creates an object for this time series.
VoseTimeMultiMA1Fit - generates an array with random values from this time series fitted to data.
VoseTimeMultiMA1FitObject - creates an Object for this time series fitted to data.