正在学习

A.2.4 Kalman Smoothing

A.2.4 Kalman Smoothing

So far we constructed estimates of the state variable using current and past data. In “real time,” information dated at time t is of course the most up-to-date information available for computing estimates of period-t variables. In some situations, we might instead be interested in computing the best estimate of the unobserved state variable at time t given all past, current, and future data,

The Kalman smoother accomplishes this using the recursive equations,

Constructing the sequences and is trivial and proceeds by backwards recursion, starting from the end . The last terms of the Kalman filter equations give the starting points for the Kalman smoother, and . From these we can compute and using (A.25) and (A.26). Continuing in this fashion from the end to the start of the data, , gives the smoothed sequences.

The Kalman smoother equations can be derived in much the same way as the updating equations. Consider the objects and . Given information in , the expectations of these are given by and . Moreover, the expectation of the covariance is

The best linear projection of given is

Replacing the unobserved state, , with our best linear projection given results in (A.27). Similar arguments lead to the recursive equation for the MSE matrix. Such smoothed estimates therefore use all the information in the data up to time T. Notice a key difference: the Kalman filter is a one-sided, time-varying linear filter where the time variation arises through the updates to the variances. In contrast, the Kalman smoother is a two-sided time-varying filter.

A.3 ORDERS OF PROBABILITY

The orders of probability concept is a direct extension of the order of a nonrandom infinite sequence which we therefore use to motivate the former.

Definition. For sequences and we say that if . We say that if there exists a constant K such that for all n that are sufficiently large.

练习题

What does represent in the Kalman smoother context?

A. The estimate of the state variable at time given only past data
B. The estimate of the state variable at time given past and current data
C. The estimate of the state variable at time given all past, current, and future data
D. The prediction of the state variable at time without any data

Which equation is used to update in the Kalman smoother?

A.
B.
C.
D.

What are the starting points for the Kalman smoother recursion?

A.
B.
C.
D.
E.
F.

The Kalman smoother uses a one-sided time-varying filter.

The best linear projection of given is given by the equation . The term represents the ___.

Explain the key difference between the Kalman filter and the Kalman smoother.

What is the primary purpose of the Kalman smoother?

A. To predict future states based on past and current data
B. To estimate the current state based on past data
C. To estimate the state at any time using all available data, including future observations
D. To filter out noise from the observations

Which of the following are involved in the backwards recursion process of the Kalman smoother? (Select all that apply)

A. Starting from
B. Using and as initial values
C. Computing and for
D. Using only past data to compute estimates
E. Updating variances in a forward direction

The Kalman smoother equations can be derived similarly to the updating equations of the Kalman filter.

The recursive equation for updating in the Kalman smoother is . The term represents the ___.

How does the Kalman smoother improve upon the estimates provided by the Kalman filter?

Which of the following best describes the initialization process for the Kalman smoother?

A. Using and as initial values
B. Using and as initial values
C. Using only as the initial value
D. Using only as the initial value

What does mean in the context of orders of probability?

A.
B.
C. for all sufficiently large
D. grows faster than

What does imply about the sequences and ?

A.
B.
C. for all sufficiently large
D. grows at the same rate as

If , then grows slower than as approaches infinity.

The notation indicates that there exists a constant such that for all sufficiently large . This concept is known as ___.

Explain the difference between and .

Which of the following statements correctly describes the difference between the Kalman filter and the Kalman smoother?

A. Both are one-sided filters.
B. The Kalman filter is a one-sided filter, while the Kalman smoother is a two-sided filter.
C. Both are two-sided filters.
D. The Kalman filter is a two-sided filter, while the Kalman smoother is a one-sided filter.

Which of the following are true about the Kalman smoother equations?

A. They use only past and current data.
B. They use past, current, and future data.
C. They are derived similarly to the updating equations.
D. They are derived using only the prediction equations.

The Kalman smoother equations can be derived using the same principles as the prediction equations for the state variable.

The Kalman smoother uses the recursive equations to compute and by starting from the end and moving ___.

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

立即登录