|
6.
Process or Product Monitoring and Control
6.4. Introduction to Time Series Analysis
|
|||
| If each time series observation is a vector of numbers, you can model them using a multivariate form of the Box-Jenkins model | The multivariate form of the
Box-Jenkins univariate models is sometimes called the ARMAV model, for
AutoRegressive Moving Average Vector or plainly vector ARMA process.
The ARMAV model for a stationary multivariate time series, with a zero mean vector, represented by
The estimation of the matrix parameters and covariance
matrix is complicated and impossible without computer software. Especially
the estimation of the Moving Average matrices is an ordeal. If we opt to
ignore the MA component(s) we are left with the ARV
model given by:
The parameter matrices may be estimated by multivariate least squares, but there are other methods such as maximium likelihood estimation. There are a few interesting properties associated with the phi or AR parameter matrices. Consider the following ARV(2) model: ![]() Therefore tranform the observation by subtracting their respective average. The diagonal terms of each Phi matrix are the scalar estimates for each series, in this case: f 1.11 ,
f2.11
for the input series X,
The lower off-diagonal elements represent the influence of the input on the output. This is called the "transfer" mechanism or transfer-function model as discussed by Box and Jenkins in chapter 11. The f terms here correpsond to their d terms. The upper off-diagonal terms represent the influence of the output on the input. This is called "feedback". The presence of feedback can also be seen as a high value for a coefficient in the correlation matrix of the residuals. A "true" transfer model exists when there is no feedback. This can be seen by expressing the matrix form into scalar form: ![]() If, for example, f 1.21 is non-significant, the delay is 1 time period. |
||