正在学习

A.1.1 Basic Setting

A.1.1 Basic Setting

The basic building block is what is called a model in state-space form. This assumes that the model can be written as a first-order vector autoregression in states, along with an equation relating the observed data (y) to the states (ξ ). Recall from section 7.2.1 that the basic model comprises a state equation,

and a measurement equation,

where the error terms are both serially uncorrelated and mutually uncorrelated:

Here denotes observed values, while the states, can be either observed or unobserved. The basic setup can be generalized to let the parameters of the model F , H, Q, and R vary with time.

The state-space form is a flexible way to write many models. For example, the AR(1) model,

can be written in state-space form as

with , and . Similarly, the model,

can be written in state-space form as

with the obvious choice of parameters. This works out since , so

As a third example, the MA(1) model,

can be written in state-space form

In this case the state is typically unobserved. Some models lend themselves to multiple forms of representations which, however, are identical up to a normalization.

As an example of a multivariate model, consider the VAR(2),

where and are vectors and is an matrix for . Using the companion or state-space form, we can rewrite this as a first-order matrix autoregressive model:

As a final example, the unobserved components model,

is already in state-space form. In this example, the state is again unobserved.

Two reasons explain the popularity and usefulness of the Kalman filter. First, the state equation (A.1) is in AR(1) form which is easy to iterate forward. Specifically, the h-step-ahead forecast of the state is given by

From a computational point of view, this greatly simplifies matters.

Second, updating the Kalman filter through newly arrived information is easy and relies on only the first two moments, essentially reducing to least squares (projection) methods. To establish the analogy, consider the bivariate normal distribution,

Rotating the variables, we get the equivalent representation,

Using this representation, it is easily seen that the optimal prediction for the second variable is

which is both the conditional mean and the formula for OLS regressions. Dropping the normality assumption, (A.12) becomes the optimal linear predictor.

练习题

What is the general form of the state equation in a state-space model?

A.
B.
C.
D.

In the AR(1) model written in state-space form, what is the measurement equation?

A.
B.
C.
D.

Which of the following are true about the error terms and in the state-space model?

A. They are serially uncorrelated.
B. They are mutually uncorrelated.
C.
D.

The state equation in a state-space model can be written as a first-order vector autoregression in states.

The AR(2) model can be written in state-space form with ___$.

Explain how the MA(1) model can be represented in state-space form.

What is the form of the h-step-ahead forecast of the state in a state-space model?

A.
B.
C.
D.

Which of the following are components of the state-space model?

A. State equation
B. Measurement equation
C. Transition matrix
D. Error covariance matrix

The Kalman filter is popular because it is easy to iterate the state equation forward and update with new information.

In the VAR(2) model, the state transition matrix includes the matrices and as ___$.

Describe how the Kalman filter updates with new information.

Which of the following models can be represented in state-space form? (Select all that apply)

A. AR(1) model
B. AR(2) model
C. MA(1) model
D. VAR(2) model

Which of the following correctly represents the state-space form of an AR(2) model ?

A.
B.
C.
D.

Which of the following are valid state-space representations for time series models? (Select all that apply)

A. AR(1):
B. MA(1):
C. VAR(2):
D. AR(2):

The state-space form of an AR(1) model can be written as with .

In the state-space form of a VAR(2) model, the state transition matrix is typically a block matrix to capture the lagged dependencies.

登录后解锁笔记、知识点解析、AI 问答

立即登录