VARIABLE SELECTION BY AIC 79
and reducing it to an upper triang ular matrix by a Householder transfor-
mation.
Therefore, to perform a Householder transf ormation of data length
longer than L, we first obtain an upper triangular matrix S by putting
N = L, and then repeat the upd ate of S by adding M = L −m −1 data
elements.
On the other hand, if th e upper triangular matr ix S
2
has already been
obtained from a new data set {y
n
,x
n1
,···,x
nm
}, n = N + 1,···,N + M,
then we define a 2(m + 1) ×(m + 1) matrix by
X
3
=
S
1
S
2
, (5.28)
and by reducing it to upper triangular fo rm, we can obtain the same ma-
trix as S
′
.
For M ≫ m, since the number of rows o f the matrix X
3
is smaller
than the number of rows of X
1
and X
2
, the amount of computation for the
Householder transformation of X
3
is significantly less than that required
for th e oth e r methods. Th is metho d w ill be used in Chapter 8 to fit a
locally stationary AR model.
5.5 Varia ble Select ion by AIC
In Section 5.3, the method of selection of the orde r for the model by AIC
was explained. However, in that section, it was implicitly assumed that
the order of adopting the explanatory variables was provided beforehand,
and only a model o f the form
y
n
=
j
∑
i=1
a
i
x
ni
+
ε
n
(5.29)
was considered.
This method of selecting variables is quite natural for the autoregres-
sive model shown in Section 6.1 and the polynomial regression model
shown in Section 11.1. However, with respect to a multivariate regres-
sion model and multivariate tim e series models, the orde r of adopting
variables as explanatory variables is not generally provided beforehand.
Assuming that (ℓ
1
,···,ℓ
m
) is an index vector th at indicates the order of
adopting the explanatory variables, the optimal model could be selected
among models of the form
y
n
=
j
∑
i=1
a
ℓ
i
x
n,ℓ
i
+
ε
n
. (5.30)