6.
Process or Product Monitoring and Control
6.3.
Univariate and Multivariate Control Charts
6.3.4.
What are Multivariate Control Charts?
6.3.4.3.
|
Multivariate EWMA Charts
|
|
|
|
Multivariate EWMA Control Chart
|
|
Univariate EWMA model
|
The model for a univariate EWMA chart is given by:
where Zi is the ith EWMA, Xi
is the the ith observation, Z0 is the
average from the historical data, and 0 <
1.
|
|
Multivariate EWMA model
|
In the multivariate case, one can extend this formula to
where Zi is the ith EWMA vector,
Xi is the the ith observation vector
i = 1, 2, ..., n, Z0 is the vector of
variable values from the historical data,
is the diag(
1,
2,
... ,
p)
which is a diagonal matrix with
1,
2,
... ,
p
on the main diagonal, and p is the number of variables; that is
the number of elements in each vector.
|
|
Illustration of multivariate EWMA
|
The following illustration may clarify this. There are p
variables and each variable contains n observations. The
input data matrix looks like:
The quantity to be plotted on the control chart is
|
|
Simplification
|
It has been shown (Lowry et al.,
1992) that the (k,l)th
element of the covariance matrix of the ith EWMA,
, is
where
is the (k,l)th element of
, the
covariance matrix of the X's.
If
1
=
2
= ... =
p
=
,
then the above expression simplifies to
where
is the covariance matrix of the input data.
|
|
Further simplification
|
There is a further simplification. When i becomes large,
the covariance matrix may be expressed as:
The question is "What is large?". When we examine the formula with
the 2i in it, we observe that when 2i becomes
sufficiently large such that
(1 - )
2i becomes almost zero, then we can use the
simplified formula.
|
Table for selected values of
and i
|
The following table gives the values of
(1- )
2i for selected values of
and
i.
|
|
2i
|
1 -
|
4
|
6
|
8
|
10
|
12
|
20
|
30
|
40
|
50
|
|
.9
|
.656
|
.531
|
.430
|
.349
|
.282
|
.122
|
.042
|
.015
|
.005
|
|
.8
|
.410
|
.262
|
.168
|
.107
|
.069
|
.012
|
.001
|
.000
|
.000
|
|
.7
|
.240
|
.118
|
.058
|
.028
|
.014
|
.001
|
.000
|
.000
|
.000
|
|
.6
|
.130
|
.047
|
.017
|
.006
|
.002
|
.000
|
.000
|
.000
|
.000
|
|
.5
|
.063
|
.016
|
.004
|
.001
|
.000
|
.000
|
.000
|
.000
|
.000
|
|
.4
|
.026
|
.004
|
.001
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
|
.3
|
.008
|
.001
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
|
.2
|
.002
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
|
.1
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
.000
|
|
|
Simplified formuala not required
|
It should be pointed out that a well-meaning computer program does
not have to adhere to the simplified formula, and potential
inaccuracies for low values for
and
i can thus be avoided.
|