g13dxf calculates the zeros of a vector autoregressive (or moving average) operator.
This routine is likely to be used in conjunction with
g05pjf,
g13asf,
g13ddf or
g13dsf.
Consider the vector autoregressive moving average (VARMA) model
where
denotes a vector of
time series and
is a vector of
residual series having zero mean and a constant variance-covariance matrix. The components of
are also assumed to be uncorrelated at non-simultaneous lags.
denotes a sequence of
by
matrices of autoregressive (AR) parameters and
denotes a sequence of
by
matrices of moving average (MA) parameters.
is a vector of length
containing the series means. Let
where
denotes the
by
identity matrix.
The model
(1) is said to be stationary if the eigenvalues of
lie inside the unit circle. Similarly let
Then the model is said to be invertible if the eigenvalues of
lie inside the unit circle.
- 1: – IntegerInput
-
On entry: , the dimension of the multivariate time series.
Constraint:
.
- 2: – IntegerInput
-
On entry: the number of AR (or MA) parameter matrices, (or ).
Constraint:
.
- 3: – Real (Kind=nag_wp) arrayInput
-
On entry: the AR (or MA) parameter matrices read in row by row in the order (or ). That is,
must be set equal to the th element of , for (or the
th element of , for ).
- 4: – Real (Kind=nag_wp) arrayOutput
-
On exit: the real parts of the eigenvalues.
- 5: – Real (Kind=nag_wp) arrayOutput
-
On exit: the imaginary parts of the eigenvalues.
- 6: – Real (Kind=nag_wp) arrayOutput
-
On exit: the moduli of the eigenvalues.
- 7: – Real (Kind=nag_wp) arrayWorkspace
- 8: – Integer arrayWorkspace
-
- 9: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, if you are not familiar with this argument, the recommended value is
.
When the value is used it is essential to test the value of ifail on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
The accuracy of the results depends on the original matrix and the multiplicity of the roots.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.