

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
How the kalman filter can be derived from the desire to minimize the mean squared error of a signal prediction. It also shows how the kalman filter can be thought of as a chi-squared minimizer by deriving an alternative form of the filter. The document concludes by discussing the limitations of the kalman filter and introducing a new statistical approach to the solution of these problems.
Typology: Study Guides, Projects, Research
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Having shown that the covariance matrix can b e up dated via the previous equation it is p ossible to formulate an alternative Kalman gain, as follows;
Kk = P (^) k^0 H T^
H P (^) k^0 H T^ + R
Inserting Pk P (^) k 1 and R R ^1 ;
Kk = Pk P (^) k 1 P (^) k^0 H T^ R ^1 R
H P (^) k^0 H T^ + R
= Pk P (^) k 1 P (^) k^0 H T^ R ^1
H P (^) k^0 H T^ R ^1 + I
= Pk
I + H T^ R ^1 H P (^) k^0
H T^ R ^1
H P (^) k^0 H T^ R ^1 + I
= Pk H T^ R ^1
I + H T^ R ^1 H P (^) k^0
I + H P (^) k^0 H T^ R ^1
= Pk H T^ R ^1
Replacing Pk with the inverse of equation 11.50;
Kk =
H R ^1 H T^ + P (^) k0 ^1
Which is the same as the gain calculated from the chi-square equations, con rming that the gains are indeed equivalent.
Although an alternative recursive algorithm has b een develop ed the ob jective was to demonstrate the relationship b etween the Kalman lter and the chi-square statistic, showing how the Kalman lter em- b o dies this statistic. The diagram of gure ?? shows how the alternative set of lter equations may b e used to implement a Kalman lter. This form of the lter may b e attractive due to the simpli ed gain calculation and some authors have b een able to use this form of the lter in a distributed implementa- tion [?]. However in this form the lter requires two matrix inversions which can b e a computational burden, particularly when large matrices are involved. Thus the preferred implementation here is that given in gure 11.5.
This tutorial has shown how the Kalman lter may b e derived from the desire to minimise the mean squared error of a signal prediction. Several p oints in the derivation have b een emphasised;
The minimisation of the mean squared error is shown to b e applicable when the exp ected errors on the signal are distribution as a Gaussian. Under such conditions the minimisation of the mean squared error b etween the data and the data prediction leads to the development of a maximum likelihood statistic It has b een shown how the Kalman lter can b e thought of in terms of a chi-squared minimiser by deriving an alternative form of the Kalman lter which highlights its statistical constructs including the pro cesses of error propagation and data combination. This derivation leads to a common, alternative set of lter equations.
In summary, although the Kalman lter is optimal in the mean-squared error sense, it is limited, prac- tically by the quality and accuracy of the mo del which is emb edded within it. However, without an appropriate mo del the lter is unable to p erform the task for which it is designed. The following sections describ e a new statistical approach to the solution of this problem.