Snub cube: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Tetracube
m →‎Dimensions: nicer parentheses
en>Tomruen
 
Line 1: Line 1:
[[Image:Basic concept of Kalman filtering.svg|thumb|400px|The Kalman filter keeps track of the estimated state of the system and the variance or uncertainty of the estimate. The estimate is updated using a state transition model and measurements. <math>\hat{x}_{k\mid k-1}</math> denotes the estimate of the system's state at time step ''k'' before the ''k''-th measurement ''y''<sub>''k''</sub> has been taken into account; <math>P_{k\mid k-1}</math> is the corresponding uncertainty.]]
These products call me Gabrielle. Vermont also has always been my tough to adapt place and I enjoy everything that I need here. As a complete girl what I definitely like is going on to karaoke but I in no way made a dime in addition to it. I am a cashier and I'm preparing pretty good financially. See what's new on my website here: http://prometeu.net<br><br>My webpage; clash of clans hack android [[http://prometeu.net Full Document]]
 
The '''Kalman filter''', also known as '''linear quadratic estimation (LQE)''', is an [[algorithm]] that uses a series of measurements observed over time, containing [[statistical noise|noise]] (random variations) and other inaccuracies, and produces estimates of unknown variables that tend to be more precise than those based on a single measurement alone. More formally, the Kalman filter operates [[Recursion|recursively]] on streams of noisy input data to produce a statistically optimal [[estimation theory|estimate]] of the underlying [[State space (controls)|system state]].  The filter is named for [[Rudolf E. Kálmán|Rudolf (Rudy) E. Kálmán]], one of the primary developers of its theory.
 
The Kalman filter has numerous  [[Kalman_filter#Applications|applications]] in technology. A common application is for [[guidance, navigation and control (engineering)|guidance, navigation and control]] of vehicles, particularly aircraft and spacecraft. Furthermore, the Kalman filter is a widely applied concept in [[time series]] analysis used in fields such as [[signal processing]] and [[econometrics]].
 
The algorithm works in a two-step process. In the prediction step, the Kalman filter produces estimates of the current state variables, along with their uncertainties. Once the outcome of the next measurement (necessarily corrupted with some amount of error, including random noise) is observed, these estimates are updated using a [[Weighted mean|weighted average]], with more weight being given to estimates with higher certainty. Because of the algorithm's recursive nature, it can run in [[Real-time Control System|real time]] using only the present input measurements and the previously calculated state and its uncertainty matrix; no additional past information is required.
 
It is a common misconception that the Kalman filter assumes that all error terms and measurements are Gaussian distributed. Kalman's original paper derived the filter using orthogonal projection theory to show that the covariance is minimized, and this result does not require any assumption, e.g., that the errors are Gaussian.<ref>[[Kalman, R.E.]] (1960). "A new approach to linear filtering and prediction problems". Journal of Basic Engineering 82 (1): pp.&nbsp;35–45</ref> He then showed that the filter yields the exact conditional probability estimate in the special case that all errors are Gaussian-distributed.
 
Extensions and generalizations to the method have also been developed, such as the [[extended Kalman filter]] and the [[Kalman filter#Unscented Kalman filter|unscented Kalman filter]] which work on nonlinear systems. The underlying model is a [[Bayesian model]] similar to a [[hidden Markov model]] but where the state space of the [[latent variable]]s is continuous and where all latent and observed variables have Gaussian distributions.
 
== Naming and historical development ==
 
The filter is named after Hungarian émigré [[Rudolf E. Kálmán]], although [[Thorvald Nicolai Thiele]]<ref>[http://www.stats.ox.ac.uk/~steffen/ Steffen L. Lauritzen]. "Time series analysis in 1880. A discussion of contributions made by T.N. Thiele". ''International Statistical Review'' 49, 1981, 319–333.</ref><ref>[[Steffen L. Lauritzen]], ''[http://www.oup.com/uk/catalogue/?ci=9780198509721 Thiele: Pioneer in Statistics]'', [[Oxford University Press]], 2002. ISBN 0-19-850972-3.</ref> and [[Peter Swerling]] developed a similar algorithm earlier.  Richard S. Bucy of the [[University of Southern California]] contributed to the theory, leading to it often being called the Kalman–Bucy filter.
[[Stanley F. Schmidt]] is generally credited with developing the first implementation of a Kalman filter.  It was during a visit by Kalman to the [[NASA Ames Research Center]] that he saw the applicability of his ideas to the problem of trajectory estimation for the [[Project Apollo|Apollo program]], leading to its incorporation in the Apollo navigation computer.
This Kalman filter was first described and partially developed in technical papers by Swerling (1958), Kalman (1960) and Kalman and Bucy (1961).
 
Kalman filters have been vital in the implementation of the navigation systems of [[U.S. Navy]] nuclear [[ballistic missile submarine]]s, and in the guidance and navigation systems of cruise missiles such as the U.S. Navy's [[Tomahawk missile]] and the [[U.S. Air Force]]'s [[AGM-86 ALCM|Air Launched Cruise Missile]]. It is also used in the guidance and navigation systems of the [[NASA]] [[Space Shuttle]] and the [[Attitude dynamics and control|attitude control]] <!-- Note that attitude (=orientation) is the correct term, not altitude (=height) --> and navigation systems of the [[International Space Station]].
 
This digital filter is sometimes called the ''Stratonovich–Kalman–Bucy filter'' because it is a special case of a more general, non-linear filter developed somewhat earlier by the Soviet [[mathematician]] [[Ruslan L. Stratonovich]].<ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1959). ''Optimum nonlinear systems which bring about a separation of a signal with constant parameters from noise''. Radiofizika, 2:6, pp.&nbsp;892–901.</ref><ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1959). ''On the theory of optimal non-linear filtering of random functions''. Theory of Probability and its Applications, 4, pp.&nbsp;223–225.</ref><ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1960) ''Application of the Markov processes theory to optimal filtering''. Radio Engineering and Electronic Physics, 5:11, pp.&nbsp;1–19.</ref><ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1960). ''Conditional Markov Processes''. Theory of Probability and its Applications, 5, pp.&nbsp;156–178.</ref> In fact, some of the special case linear filter's equations appeared in these papers by Stratonovich that were published before summer 1960, when Kalman met with Stratonovich during a conference in Moscow.
 
== Overview of the calculation ==
 
The Kalman filter uses a system's dynamics model (e.g., physical laws of motion), known control inputs to that system, and multiple sequential measurements (such as from sensors) to form an estimate of the system's varying quantities (its [[State space (controls)|state]]) that is better than the estimate obtained by using any one measurement alone. As such, it is a common [[sensor fusion]] and [[data fusion]] algorithm.
 
All measurements and calculations based on models are estimates to some degree. Noisy sensor data, approximations in the equations that describe how a system changes, and external factors that are not accounted for introduce some uncertainty about the inferred values for a system's state. The Kalman filter averages a prediction of a system's state with a new measurement using a [[Weighted mean|weighted average]]. The purpose of the weights is that values with better (i.e., smaller) estimated uncertainty are "trusted" more.  The weights are calculated from the [[covariance]], a measure of the estimated uncertainty of the prediction of the system's state. The result of the weighted average is a new state estimate that lies between the predicted and measured state, and has a better estimated uncertainty than either alone. This process is repeated every time step, with the new estimate and its covariance informing the prediction used in the following iteration. This means that the Kalman filter works [[recursive filter|recursively]] and requires only the last "best guess", rather than the entire history, of a system's state to calculate a new state.
 
Because the certainty of the measurements is often difficult to measure precisely, it is common to discuss the filter's behavior in terms of gain.  The Kalman gain is a function of the relative certainty of the measurements and current state estimate, and can be "tuned" to achieve particular performance. With a high gain, the filter places more weight on the measurements, and thus follows them more closely. With a low gain, the filter follows the model predictions more closely, smoothing out noise but decreasing the responsiveness.  At the extremes, a gain of one causes the filter to ignore the state estimate entirely, while a gain of zero causes the measurements to be ignored.
 
When performing the actual calculations for the filter (as discussed below), the state estimate and covariances are coded into [[Matrix (mathematics)|matrices]] to handle the multiple dimensions involved in a single set of calculations. This allows for representation of linear relationships between different state variables (such as position, velocity, and acceleration) in any of the transition models or covariances.
 
== Example application ==
 
As an example application, consider the problem of determining the precise location of a truck. The truck can be equipped with a [[GPS]] unit that provides an estimate of the position within a few meters. The GPS estimate is likely to be noisy; readings 'jump around' rapidly, though always remaining within a few meters of the real position. In addition, since the truck is expected to follow the laws of physics, its position can also be estimated by integrating its velocity over time, determined by keeping track of wheel revolutions and the angle of the steering wheel. This is a technique known as [[dead reckoning]]. Typically, dead reckoning will provide a very smooth estimate of the truck's position, but it will [[Drift (telecommunication)|drift]] over time as small errors accumulate.
 
In this example, the Kalman filter can be thought of as operating in two distinct phases: predict and update. In the prediction phase, the truck's old position will be modified according to the physical [[Newton's laws of motion|laws of motion]] (the dynamic or "state transition" model) plus any changes produced by the accelerator pedal and steering wheel. Not only will a new position estimate be calculated, but a new covariance will be calculated as well. Perhaps the covariance is proportional to the speed of the truck because we are more uncertain about the accuracy of the dead reckoning estimate at high speeds but very certain about the position when moving slowly. Next, in the update phase, a measurement of the truck's position is taken from the GPS unit. Along with this measurement comes some amount of uncertainty, and its covariance relative to that of the prediction from the previous phase determines how much the new measurement will affect the updated prediction. Ideally, if the dead reckoning estimates tend to drift away from the real position, the GPS measurement should pull the position estimate back towards the real position but not disturb it to the point of becoming rapidly changing and noisy.
 
== Technical description and context ==
 
The Kalman filter is an efficient [[recursive filter]] that [[estimator|estimates]] the internal state of a [[linear dynamical system|linear dynamic system]] from a series of [[noise|noisy]] measurements.  It is used in a wide range of [[engineering]] and [[econometric]] applications from [[radar]] and [[computer vision]] to estimation of structural macroeconomic models,<ref>{{Cite journal| author1=Ingvar Strid |author2=Karl Walentin |date=April 2009|title=Block Kalman Filtering for Large-Scale DSGE Models |journal=Computational Economics |publisher=Springer |volume=33 |pages=277–304 |url=http://www.riksbank.se/en/Press-and-published/Published-from-the-Riksbank/Other-reports/Working-Paper-Series/2008/No-224-Block-Kalman-filtering-for-large-scale-DSGE-models/|issue=3| doi=10.1007/s10614-008-9160-4}}</ref><ref>{{Cite web|author=Martin Møller Andreasen |year=2008 |title=Non-linear DSGE Models, The Central Difference Kalman Filter, and The Mean Shifted Particle Filter |url=ftp://ftp.econ.au.dk/creates/rp/08/rp08_33.pdf |postscript=<!--None-->}}</ref> and is an important topic in [[control theory]] and [[control system]]s engineering.  Together with the [[linear-quadratic regulator]] (LQR), the Kalman filter solves the [[linear-quadratic-Gaussian control]] problem (LQG).  The Kalman filter, the linear-quadratic regulator and the linear-quadratic-Gaussian controller are solutions to what arguably are the most fundamental problems in control theory.
 
In most applications, the internal state is much larger (more [[Degrees of freedom (physics and chemistry)|degrees of freedom]]) than the few "observable" parameters which are measured.  However, by combining a series of measurements, the Kalman filter can estimate the entire internal state.
 
In [[Dempster–Shafer theory]], each state equation or observation is considered a special case of a [[linear belief function]] and the Kalman filter is a special case of combining linear belief functions on a join-tree or [[Markov chain|Markov tree]].
 
A wide variety of Kalman filters have now been developed, from Kalman's original formulation, now called the "simple" Kalman filter, the [[Kalman–Bucy filter]], Schmidt's "extended" filter, the [[Kalman_filter#Information_filter|information filter]], and a variety of "square-root" filters that were developed by Bierman, Thornton and many others. Perhaps the most commonly used type of very simple Kalman filter is the [[phase-locked loop]], which is now ubiquitous in radios, especially [[frequency modulation]] (FM) radios, television sets, [[satellite communications]] receivers, outer space communications systems, and nearly any other [[electronics|electronic]] communications equipment.
 
== Underlying dynamic system model ==
{{Expand section|date=August 2011}}
 
The Kalman filters are based on [[linear dynamic system]]s discretized in the time domain. They are modelled on a [[Markov chain]] built on [[linear operator]]s perturbed by errors that may include [[normal distribution|Gaussian]] [[noise (physics)|noise]]. The [[state space (controls)|state]] of the system is represented as a [[vector space|vector]] of [[real number]]s. At each [[discrete time]] increment, a linear operator is applied to the state to generate the new state, with some noise mixed in, and optionally some information from the controls on the system if they are known. Then, another linear operator mixed with more noise generates the observed outputs from the true ("hidden") state. The Kalman filter may be regarded as analogous to the hidden Markov model, with the key difference that the hidden state variables take values in a continuous space (as opposed to a discrete state space as in the hidden Markov model). Additionally, the  hidden Markov model can represent an arbitrary distribution for the next value of the state variables, in contrast to the Gaussian noise model that is used for the Kalman filter. There is a strong [[duality (mathematics)|duality]] between the equations of the Kalman Filter and those of the hidden Markov model. A review of this and other models is given in Roweis and Ghahramani (1999)<ref>Roweis, S. and Ghahramani, Z., ''[http://www.mitpressjournals.org/doi/abs/10.1162/089976699300016674 A unifying review of linear Gaussian models]'', Neural Comput. Vol. 11, No. 2, (February 1999), pp. 305–345.</ref> and Hamilton (1994), Chapter 13.<ref name='hamilton'>Hamilton, J. (1994), ''Time Series Analysis'', Princeton University Press. Chapter 13, 'The Kalman Filter'.</ref>
 
In order to use the Kalman filter to estimate the internal state of a process given only a sequence of noisy observations, one must model the process in accordance with the framework of the Kalman filter. This means specifying the following matrices: '''F'''<sub>''k''</sub>, the state-transition model; '''H'''<sub>''k''</sub>, the observation model; '''Q'''<sub>''k''</sub>, the covariance of the process noise; '''R'''<sub>''k''</sub>, the covariance of the observation noise; and sometimes '''B'''<sub>''k''</sub>, the control-input model, for each time-step, ''k'', as described below.
 
[[File:Kalman filter model 2.svg|right|thumb|631px|Model underlying the Kalman filter. Squares represent matrices. Ellipses represent [[multivariate normal distribution]]s (with the mean and covariance matrix enclosed). Unenclosed values are [[vector space|vectors]].  In the simple case, the various matrices are constant with time, and thus the subscripts are dropped, but the Kalman filter allows any of them to change each time step.]]
 
The Kalman filter model assumes the true state at time ''k'' is evolved from the state at (''k''−1) according to
 
:<math> \textbf{x}_{k} = \textbf{F}_{k} \textbf{x}_{k-1} + \textbf{B}_{k} \textbf{u}_{k-1} + \textbf{w}_{k} </math>
 
where
 
*'''F'''<sub>''k''</sub> is the state transition model which is applied to the previous state '''x'''<sub>''k''−1</sub>;
* '''B'''<sub>''k''</sub> is the control-input model which is applied to the control vector '''u'''<sub>''k''</sub>;
* '''w'''<sub>''k''</sub> is the process noise which is assumed to be drawn from a zero mean [[multivariate normal distribution]] with [[covariance matrix|covariance]]  '''Q'''<sub>''k''</sub>.
 
:<math>\textbf{w}_{k} \sim N(0, \textbf{Q}_k) </math>
 
At time ''k'' an observation (or measurement) '''z'''<sub>''k''</sub> of the true state '''x'''<sub>''k''</sub> is made according to
 
:<math>\textbf{z}_{k} = \textbf{H}_{k} \textbf{x}_{k} + \textbf{v}_{k}</math>
 
where '''H'''<sub>''k''</sub> is the observation model which maps the true state space into the observed space and '''v'''<sub>''k''</sub> is the observation noise which is assumed to be zero mean Gaussian [[white noise]] with covariance '''R'''<sub>''k''</sub>.
 
:<math>\textbf{v}_{k} \sim N(0, \textbf{R}_k) </math>
 
The initial state, and the noise vectors at each step {'''x'''<sub>0</sub>, '''w'''<sub>1</sub>, ..., '''w'''<sub>''k''</sub>,  '''v'''<sub>1</sub> ... '''v'''<sub>''k''</sub>} are all assumed to be mutually [[statistical independence|independent]].
 
Many real dynamical systems do not exactly fit this model. In fact, unmodelled dynamics can seriously degrade the filter performance, even when it was supposed to work with unknown stochastic signals as inputs. The reason for this is that the effect of unmodelled dynamics depends on the input, and, therefore, can bring the estimation algorithm to instability (it diverges). On the other hand, independent white noise signals will not make the algorithm diverge. The problem of separating between measurement noise and unmodelled dynamics is a difficult one and is treated in control theory under the framework of [[robust control]].
 
== Details ==
{{Refimprove section|date=December 2010}}
 
The Kalman filter is a [[infinite impulse response|recursive]] estimator. This means that only the estimated state from the previous time step and the current measurement are needed to compute the estimate for the current state. In contrast to batch estimation techniques, no history of observations and/or estimates is required. In what follows, the notation <math>\hat{\textbf{x}}_{n\mid m}</math> represents the estimate of <math>\textbf{x}</math> at time ''n'' given observations up to, and including at time ''m''.
 
The state of the filter is represented by two variables:
 
*<math>\hat{\textbf{x}}_{k\mid k}</math>, the ''[[a posteriori]]'' state estimate at time ''k'' given observations up to and including at time ''k'';
*<math>\textbf{P}_{k\mid k}</math>, the ''a posteriori'' error covariance matrix (a measure of the estimated [[Accuracy and precision|accuracy]] of the state estimate).
 
The Kalman filter can be written as a single equation, however it is most often conceptualized as two distinct phases: "Predict" and "Update". The predict phase uses the state estimate from the previous timestep to produce an estimate of the state at the current timestep. This predicted state estimate is also known as the ''a priori'' state estimate because, although it is an estimate of the state at the current timestep, it does not include observation information from the current timestep.  In the update phase, the current ''a priori'' prediction is combined with current observation information to refine the state estimate.  This improved estimate is termed the ''a posteriori'' state estimate.
 
Typically, the two phases alternate, with the prediction advancing the state until the next scheduled observation, and the update incorporating the observation.  However, this is not necessary; if an observation is unavailable for some reason, the update may be skipped and multiple prediction steps performed.  Likewise, if multiple independent observations are available at the same time, multiple update steps may be performed (typically with different observation matrices '''H'''<sub>''k''</sub>).
 
=== Predict ===
{|
|-
| width="50%" | Predicted (''a priori'') state estimate
| <math>\hat{\textbf{x}}_{k\mid k-1} = \textbf{F}_{k-1}\hat{\textbf{x}}_{k-1\mid k-1} + \textbf{B}_{k-1} \textbf{u}_{k-1}  </math>
|-
| Predicted (''a priori'') estimate covariance
| <math>\textbf{P}_{k\mid k-1} =  \textbf{F}_{k-1} \textbf{P}_{k-1\mid k-1} \textbf{F}_{k-1}^{\text{T}} + \textbf{Q}_{k} </math>
|}
 
=== Update ===
{|
|-
| width="60%" | Innovation or measurement residual
| <math>
\tilde{\textbf{y}}_k = \textbf{z}_k - \textbf{H}_k\hat{\textbf{x}}_{k\mid k-1}
</math>
|-
| Innovation (or residual) covariance
| <math>\textbf{S}_k = \textbf{H}_k \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} + \textbf{R}_k </math>
|-
| ''Optimal'' Kalman gain
| <math>\textbf{K}_k = \textbf{P}_{k\mid k-1}\textbf{H}_k^\text{T}\textbf{S}_k^{-1}</math>
|-
| Updated (''a posteriori'') state estimate
| <math>\hat{\textbf{x}}_{k\mid k} = \hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k\tilde{\textbf{y}}_k</math>
|-
| Updated (''a posteriori'') estimate covariance
| <math>\textbf{P}_{k|k} = (I - \textbf{K}_k \textbf{H}_k) \textbf{P}_{k|k-1}</math>
|}
 
The formula for the updated estimate and covariance above is only valid for the optimal Kalman gain. Usage of other gain values require a more complex formula found in the ''[[Kalman filter#Derivations|derivations]]'' section.
 
=== Invariants ===
 
If the model is accurate, and the values for <math>\hat{\textbf{x}}_{0\mid 0}</math> and <math>\textbf{P}_{0\mid 0}</math> accurately reflect the distribution of the initial state values, then the following invariants are preserved: (all estimates have a mean error of zero)
*<math>\textrm{E}[\textbf{x}_k - \hat{\textbf{x}}_{k\mid k}] = \textrm{E}[\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1}] = 0</math>
*<math>\textrm{E}[\tilde{\textbf{y}}_k] = 0</math>
where <math>\textrm{E}[\xi]</math> is the [[expected value]] of <math>\xi</math>, and covariance matrices accurately reflect the covariance of estimates
*<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})</math>
*<math>\textbf{P}_{k\mid k-1} = \textrm{cov}(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1})</math>
*<math>\textbf{S}_{k} = \textrm{cov}(\tilde{\textbf{y}}_k)</math>
 
=== Estimation of the noise covariances Q<sub>''k''</sub> and R<sub>''k''</sub> ===
 
Practical implementation of the Kalman Filter is often difficult due to the inability in getting a good estimate of the noise covariance matrices '''Q'''<sub>''k''</sub> and '''R'''<sub>''k''</sub>.  Extensive research has been done in this field to estimate these covariances from data.  One of the more promising approaches to do this is  the '''Autocovariance Least-Squares (ALS)''' technique that uses [[autocovariance]]s of routine operating data to estimate the covariances.<ref>[http://jbrwww.che.wisc.edu/theses/rajamani.pdf "Rajamani, ''Murali – PhD Thesis''"] Data-based Techniques to Improve State Estimation in Model Predictive Control, University of Wisconsin-Madison, October 2007</ref><ref>Rajamani, Murali R. and Rawlings, James B., ''Estimation of the disturbance structure from data using semidefinite programming and optimal weighting''.
Automatica, 45:142–148, 2009.</ref>  The [[GNU Octave]] code used to calculate the noise covariance matrices using the '''ALS''' technique is available online under the [[GNU General Public License]] license.<ref>http://jbrwww.che.wisc.edu/software/als/</ref>
 
=== Optimality and performance ===
 
It is known from the theory that the Kalman filter is optimal in case that a) the model perfectly matches the real system, b) the entering noise is white and c) the covariances of the noise are exactly known. Several methods for the noise covariance estimation have been proposed during past decades. One, ALS, was mentioned in the previous paragraph. After the covariances are identified, it is useful to evaluate the performance of the filter, i.e. whether it is possible to improve the state estimation quality. It is well known that, if the Kalman filter works optimally, the innovation sequence (the output prediction error) is a white noise. The whiteness property reflects the state estimation quality. For evaluation of the filter performance it is necessary to inspect the whiteness property of the innovations. Several different methods can be used for this purpose. Three optimality tests with numerical examples are described in <ref>Matisko P. and V. Havlena (2012). Optimality tests and adaptive Kalman filter. Proceedings of 16th IFAC System Identification Symposium, Brussels, Belgium.</ref>
 
== Example application, technical ==
 
Consider a truck on perfectly frictionless, infinitely long straight rails. Initially the truck is stationary at position 0, but it is buffeted this way and that by random acceleration. We measure the position of the truck every ''Δt'' seconds, but these measurements are imprecise; we want to maintain a model of where the truck is and what its [[velocity]] is. We show here how we derive the model from which we create our Kalman filter.
 
Since '''F''', '''H''', '''R''' and '''Q''' are constant, their time indices are dropped.
 
The position and velocity of the truck are described by the linear state space
 
:<math>\textbf{x}_{k} = \begin{bmatrix} x \\ \dot{x} \end{bmatrix} </math>
 
where <math>\dot{x}</math> is the velocity, that is, the derivative of position with respect to time.
 
We assume that between the (''k''−1) and ''k'' timestep the truck undergoes a constant acceleration of ''a''<sub>''k''</sub> that is [[normal distribution|normally distributed]], with mean 0 and standard deviation ''σ''<sub>''a''</sub>. From [[Newton's laws of motion]] we conclude that
 
:<math>\textbf{x}_{k} = \textbf{F} \textbf{x}_{k-1} + \textbf{G}a_{k}</math>
 
(note that there is no <math>\textbf{B}u</math> term since we have no known control inputs) where
 
:<math>\textbf{F} = \begin{bmatrix} 1 & \Delta t \\ 0 & 1 \end{bmatrix}</math>
 
and
 
:<math>\textbf{G} = \begin{bmatrix} \frac{\Delta t^{2}}{2} \\ \Delta t \end{bmatrix} </math>
 
so that
 
:<math>\textbf{x}_{k} = \textbf{F} \textbf{x}_{k-1} +  \textbf{w}_{k}</math>
 
where <math>\textbf{w}_{k} \sim N(0,  \textbf{Q})</math> and
 
:<math>\textbf{Q}=\textbf{G}\textbf{G}^{\text{T}}\sigma_a^2 =\begin{bmatrix} \frac{\Delta t^4}{4} & \frac{\Delta t^3}{2} \\ \frac{\Delta t^3}{2} & \Delta t^2 \end{bmatrix}\sigma_a^2.</math>
 
At each time step, a noisy measurement of the true position of the truck is made. Let us suppose the measurement noise ''v<sub>k</sub>'' is also normally distributed, with mean 0 and standard deviation ''σ''<sub>z</sub>.
 
:<math>\textbf{z}_{k} = \textbf{H x}_{k} + \textbf{v}_{k}</math>
 
where
 
:<math>\textbf{H} = \begin{bmatrix} 1 & 0 \end{bmatrix} </math>
 
and
 
:<math>\textbf{R} = \textrm{E}[\textbf{v}_k \textbf{v}_k^{\text{T}}] = \begin{bmatrix} \sigma_z^2 \end{bmatrix} </math>
 
We know the initial starting state of the truck with perfect precision, so we initialize
 
:<math>\hat{\textbf{x}}_{0\mid 0} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} </math>
 
and to tell the filter that we know the exact position, we give it a zero covariance matrix:
 
:<math>\textbf{P}_{0\mid 0} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} </math>
 
If the initial position and velocity are not known perfectly the covariance matrix should be initialized with a suitably large number, say ''L'', on its diagonal.
 
:<math>\textbf{P}_{0\mid 0} = \begin{bmatrix} L & 0 \\ 0 & L \end{bmatrix} </math>
 
The filter will then prefer the information from the first measurements over the information already in the model.
 
== Derivations ==
{{Refimprove section|date=December 2010}}
 
=== Deriving the ''a posteriori'' estimate covariance matrix ===
 
Starting with our invariant on the error covariance '''P'''<sub>''k''&nbsp;|&nbsp;''k''</sub> as above
 
:<math>\textbf{P}_{k\mid k}  = \textrm{cov}(\textbf{x}_{k} - \hat{\textbf{x}}_{k\mid k})</math>
 
substitute in the definition of <math>\hat{\textbf{x}}_{k\mid k}</math>
:<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_{k} - (\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k\tilde{\textbf{y}}_{k}))</math>
and substitute  <math>\tilde{\textbf{y}}_k</math>
:<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_{k} - (\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k(\textbf{z}_k - \textbf{H}_k\hat{\textbf{x}}_{k\mid k-1})))</math>
and <math>\textbf{z}_{k}</math>
:<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_{k} - (\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k(\textbf{H}_k\textbf{x}_k + \textbf{v}_k - \textbf{H}_k\hat{\textbf{x}}_{k\mid k-1})))</math>
and by collecting the error vectors we get
:<math>\textbf{P}_{k|k} = \textrm{cov}((I - \textbf{K}_k \textbf{H}_{k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1}) - \textbf{K}_k \textbf{v}_k )</math>
Since the measurement error '''v'''<sub>''k''</sub> is uncorrelated with the other terms, this becomes
:<math>\textbf{P}_{k|k} = \textrm{cov}((I - \textbf{K}_k \textbf{H}_{k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1}))  + \textrm{cov}(\textbf{K}_k \textbf{v}_k )</math>
by the properties of [[covariance matrix|vector covariance]] this becomes
:<math>\textbf{P}_{k\mid k} = (I - \textbf{K}_k \textbf{H}_{k})\textrm{cov}(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1})(I - \textbf{K}_k \textbf{H}_{k})^{\text{T}}  + \textbf{K}_k\textrm{cov}(\textbf{v}_k )\textbf{K}_k^{\text{T}}</math>
which, using our invariant on '''P'''<sub>''k''&nbsp;|&nbsp;''k''&minus;1</sub> and the definition of '''R'''<sub>''k''</sub> becomes
:<math>\textbf{P}_{k\mid k} =
(I - \textbf{K}_k \textbf{H}_{k}) \textbf{P}_{k\mid k-1} (I - \textbf{K}_k \textbf{H}_{k})^\text{T} +
\textbf{K}_k \textbf{R}_k \textbf{K}_k^\text{T}
</math>
This formula (sometimes known as the "'''Joseph form'''" of the covariance update equation) is valid for any value of '''K'''<sub>''k''</sub>. It turns out that if '''K'''<sub>''k''</sub> is the optimal Kalman gain, this can be simplified further as shown below.
 
=== Kalman gain derivation ===
 
The Kalman filter is a [[minimum mean-square error]] estimator. The error in the ''a posteriori'' state estimation is
:<math>\textbf{x}_{k} - \hat{\textbf{x}}_{k\mid k}</math>
 
We seek to minimize the expected value of the square of the magnitude of this vector, <math>\textrm{E}[\|\textbf{x}_{k} - \hat{\textbf{x}}_{k|k}\|^2]</math>. This is equivalent to minimizing the [[trace (matrix)|trace]] of the ''a posteriori'' estimate [[covariance matrix]] <math> \textbf{P}_{k|k} </math>. By expanding out the terms in the equation above and collecting, we get:
 
: <math>
\begin{align}
\textbf{P}_{k\mid k} & = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1} - \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} \textbf{K}_k^\text{T} + \textbf{K}_k (\textbf{H}_k \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} + \textbf{R}_k) \textbf{K}_k^\text{T} \\[6pt]
& = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1} - \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} \textbf{K}_k^\text{T} + \textbf{K}_k \textbf{S}_k\textbf{K}_k^\text{T}
\end{align}
</math>
 
The trace is minimized when its [[Matrix calculus|matrix derivative]] with respect to the gain matrix is zero. Using the [[Matrix calculus#Identities|gradient matrix rules]] and the symmetry of the matrices involved we find that
:<math>\frac{\partial \; \mathrm{tr}(\textbf{P}_{k\mid k})}{\partial \;\textbf{K}_k} = -2 (\textbf{H}_k \textbf{P}_{k\mid k-1})^\text{T} + 2 \textbf{K}_k \textbf{S}_k  = 0.</math>
 
Solving this for '''K'''<sub>''k''</sub> yields the Kalman gain:
 
:<math>\textbf{K}_k \textbf{S}_k = (\textbf{H}_k \textbf{P}_{k\mid k-1})^\text{T} = \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T}</math>
 
:<math> \textbf{K}_{k} = \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} \textbf{S}_k^{-1}</math>
 
This gain, which is known as the ''optimal Kalman gain'', is the one that yields [[Minimum mean-square error|MMSE]] estimates when used.
 
=== Simplification of the ''a posteriori'' error covariance formula ===
 
The formula used to calculate the ''a posteriori'' error covariance can be simplified when the Kalman gain equals the optimal value derived above. Multiplying both sides of our Kalman gain formula on the right by '''S'''<sub>''k''</sub>'''K'''<sub>''k''</sub><sup>''T''</sup>, it follows that
:<math>\textbf{K}_k \textbf{S}_k \textbf{K}_k^T = \textbf{P}_{k\mid k-1} \textbf{H}_k^T \textbf{K}_k^T</math>
Referring back to our expanded formula for the ''a posteriori'' error covariance,
:<math> \textbf{P}_{k\mid k} = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1}  - \textbf{P}_{k\mid k-1} \textbf{H}_k^T \textbf{K}_k^T + \textbf{K}_k \textbf{S}_k \textbf{K}_k^T</math>
we find the last two terms cancel out, giving
:<math> \textbf{P}_{k\mid k} = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1} = (I - \textbf{K}_{k} \textbf{H}_{k}) \textbf{P}_{k\mid k-1}.</math>
 
This formula is computationally cheaper and thus nearly always used in practice, but is only correct for the optimal gain. If arithmetic precision is unusually low causing problems with [[numerical stability]], or if a non-optimal Kalman gain is deliberately used, this simplification cannot be applied; the ''a posteriori'' error covariance formula as derived above must be used.
 
== Sensitivity analysis ==
{{Refimprove section|date=December 2010}}
 
The Kalman filtering equations provide an estimate of the state <math>\hat{\textbf{x}}_{k\mid k}</math> and its error covariance <math>\textbf{P}_{k\mid k}</math> recursively. The estimate and its quality depend on the system parameters and the noise statistics fed as inputs to the estimator. This section analyzes the effect of uncertainties in the statistical inputs to the filter.<ref name=anderson>{{Cite book|last= Anderson|first= Brian D. O.|last2=Moore|first2=John B.|year=1979 |title=Optimal Filtering |publisher=[[Prentice Hall]]|place=New York|pages=129–133|isbn= 0-13-638122-7}}</ref> In the absence of reliable statistics or the true values of noise covariance matrices <math>\textbf{Q}_{k}</math> and <math>\textbf{R}_{k}</math>, the expression
 
:<math>\textbf{P}_{k\mid k} = (\textbf{I} - \textbf{K}_k\textbf{H}_k)\textbf{P}_{k\mid k-1}(\textbf{I} - \textbf{K}_k\textbf{H}_k)^T + \textbf{K}_k\textbf{R}_k\textbf{K}_k^T </math>
 
no longer provides the actual error covariance. In other words, <math>\textbf{P}_{k\mid k} \neq E[(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})^T]</math>.  In most real time applications the covariance matrices that are used in designing the Kalman filter are different from the actual noise covariances matrices.{{citation needed|date=December 2010}} This sensitivity analysis describes the behavior of the estimation error covariance when the noise covariances as well as the system matrices <math>\textbf{F}_{k}</math> and <math>\textbf{H}_{k}</math> that are fed as inputs to the filter are incorrect. Thus, the sensitivity analysis describes the robustness (or sensitivity) of the estimator to misspecified statistical and parametric inputs to the estimator.
 
This discussion is limited to the error sensitivity analysis for the case of statistical uncertainties. Here the actual noise covariances are denoted by <math>\textbf{Q}^{a}_k</math> and <math>\textbf{R}^{a}_k</math> respectively, whereas the design values used in the estimator are <math>\textbf{Q}_k</math> and <math>\textbf{R}_k</math> respectively. The actual error covariance is denoted by <math>\textbf{P}_{k\mid k}^a</math> and <math>\textbf{P}_{k\mid k}</math> as computed by the Kalman filter is referred to as the Riccati variable. When <math>\textbf{Q}_k \equiv \textbf{Q}^{a}_k</math> and <math>\textbf{R}_k \equiv \textbf{R}^{a}_k</math>, this means that <math>\textbf{P}_{k\mid k} = \textbf{P}_{k\mid k}^a</math>. While computing the actual error covariance using <math>\textbf{P}_{k\mid k}^a = E[(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})^T] </math>, substituting for <math>\widehat{\textbf{x}}_{k\mid k}</math> and using the fact that <math>E[\textbf{w}_k\textbf{w}_k^T] = \textbf{Q}_{k}^a</math> and <math>E[\textbf{v}_k\textbf{v}_k^T] = \textbf{R}_{k}^a</math>, results in the following recursive equations for <math>\textbf{P}_{k\mid k}^a</math> :
 
:<math>\textbf{P}_{k\mid k-1}^a = \textbf{F}_k\textbf{P}_{k-1\mid k-1}^a\textbf{F}_k^T + \textbf{Q}_k^a </math>
 
and
 
:<math>\textbf{P}_{k\mid k}^a = (\textbf{I} - \textbf{K}_k\textbf{H}_k)\textbf{P}_{k\mid k-1}^a(\textbf{I} - \textbf{K}_k\textbf{H}_k)^T + \textbf{K}_k\textbf{R}_k^a\textbf{K}_k^T </math>
 
While computing <math>\textbf{P}_{k\mid k}</math>, by design the filter implicitly assumes that <math>E[\textbf{w}_k\textbf{w}_k^T] = \textbf{Q}_{k}</math> and <math>E[\textbf{v}_k\textbf{v}_k^T] = \textbf{R}_{k}</math>. Note that the recursive expressions for <math>\textbf{P}_{k\mid k}^a</math> and <math>\textbf{P}_{k\mid k}</math> are identical except for the presence of <math>\textbf{Q}_{k}^a</math> and <math>\textbf{R}_{k}^a</math> in place of the design values <math>\textbf{Q}_{k}</math> and <math>\textbf{R}_{k}</math> respectively.
 
== Square root form ==
One problem with the Kalman filter is its [[numerical stability]].  If the process noise covariance '''Q'''<sub>''k''</sub> is small, round-off error often causes a small positive eigenvalue to be computed as a negative number. This renders the numerical representation of the state covariance matrix '''P''' [[Positive-definite_matrix#Negative-definite.2C_semidefinite_and_indefinite_matrices|indefinite]], while its true form is [[Positive-definite matrix|positive-definite]].
 
Positive definite matrices have the property that they have a [[triangular matrix]] [[Square root of a matrix|square root]] '''P'''&nbsp;=&nbsp;'''S'''·'''S'''<sup>T</sup>.  This can be computed efficiently using the [[Cholesky factorization]] algorithm, but more importantly, if the covariance is kept in this form, it can never have a negative diagonal or become asymmetric. An equivalent form, which avoids many of the [[square root]] operations required by the matrix square root yet preserves the desirable numerical properties, is the U-D decomposition form, '''P'''&nbsp;=&nbsp;'''U'''·'''D'''·'''U'''<sup>T</sup>, where '''U''' is a [[unit triangular matrix]] (with unit diagonal), and '''D''' is a diagonal matrix.
 
Between the two, the U-D factorization uses the same amount of storage, and somewhat less computation, and is the most commonly used square root form.  (Early literature on the relative efficiency is somewhat misleading, as it assumed that square roots were much more time-consuming than divisions,<ref name=thornton/>{{rp|69}} while on 21-st century computers they are only slightly more expensive.)
 
Efficient algorithms for the Kalman prediction and update steps in the square root form were developed by G. J. Bierman and C. L. Thornton.<ref name=thornton>{{Cite journal |title=Triangular Covariance Factorizations for Kalman Filtering |url=http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19770005172_1977005172.pdf |others=(PhD thesis) |first=Catherine L. |last=Thornton |date=15 October 1976|id=NASA Technical Memorandum 33-798 |publisher=[[NASA]] |postscript=<!--None-->}}</ref><ref name = "bierman"/>
 
The [[LDL decomposition|'''L'''·'''D'''·'''L'''<sup>T</sup> decomposition]] of the innovation covariance matrix '''S'''<sub>k</sub> is the basis for another type of numerically efficient and robust square root filter.<ref name=barshalom>{{Cite book|last=Bar-Shalom|first= Yaakov|last2=Li|first2=X. Rong|last3=Kirubarajan|first3=Thiagalingam |year=2001 |title=Estimation with Applications to Tracking and Navigation |publisher=[[John Wiley & Sons]]|place=New York|isbn =978-0-471-41655-5  |pages=308–317|month=July}}</ref> The algorithm starts with the LU decomposition as implemented in the Linear Algebra PACKage ([[LAPACK]]). These results are further factored into the '''L'''·'''D'''·'''L'''<sup>T</sup> structure with methods given by Golub and Van Loan (algorithm 4.1.2) for a symmetric nonsingular matrix.<ref name=golub>{{Cite book|last=Golub |first=Gene H. |first2=Charles F. |last2=Van Loan |year=1996|title=Matrix Computations|publisher=[[Johns Hopkins University]]|edition=Third|page=139|isbn =978-0-8018-5414-9 |place =Baltimore, Maryland|series=Johns Hopkins Studies in the Mathematical Sciences}}</ref> Any singular covariance matrix is [[Pivot element|pivoted]] so that the first diagonal partition is [[Invertible matrix|nonsingular]] and [[Condition number|well-conditioned]]. The pivoting algorithm must retain any portion of the innovation covariance matrix directly corresponding to observed state-variables '''H'''<sub>k</sub>·'''x'''<sub>k|k-1</sub> that are associated with auxiliary observations in
'''y'''<sub>k</sub>. The '''L'''·'''D'''·'''L'''<sup>T</sup> square-root filter requires [[orthogonalization]] of the observation vector.<ref name = "bierman"/><ref name = "barshalom"/> This may be done with the inverse square-root of the covariance matrix for the auxiliary variables using Method 2 in Higham (2002, p.&nbsp;263).<ref name=higham>{{Cite book|first=Nicholas J. |last=Higham|year=2002|title=Accuracy and Stability of Numerical Algorithms|edition=Second|isbn =978-0-89871-521-7|pages=680|publisher=[[Society for Industrial and Applied Mathematics]]|place =Philadelphia, PA}}</ref>
 
== Relationship to recursive Bayesian estimation ==
 
The Kalman filter can be considered to be one of the most simple [[dynamic Bayesian network]]s. The Kalman filter calculates estimates of the true values of states recursively over time using incoming measurements and a mathematical process model. Similarly, [[recursive Bayesian estimation]] calculates [[density estimation|estimates]] of an unknown [[probability density function]] (PDF) recursively over time using incoming measurements and a mathematical process model.<ref>[[C. Johan Masreliez]], R D Martin (1977); [http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1101538 ''Robust Bayesian estimation for the linear model and robustifying the Kalman filter''], IEEE Trans. Automatic Control</ref>
 
In recursive Bayesian estimation, the true state is assumed to be an unobserved [[Markov process]], and the measurements are the observed states of a hidden Markov model (HMM).
 
[[Image:HMM Kalman Filter Derivation.svg|center|Hidden Markov model]]
 
Because of the Markov assumption, the true state is conditionally independent of all earlier states given the immediately previous state.
 
:<math>p(\textbf{x}_k\mid \textbf{x}_0,\dots,\textbf{x}_{k-1}) = p(\textbf{x}_k\mid \textbf{x}_{k-1})</math>
 
Similarly the measurement at the ''k''-th timestep is dependent only upon the current state and is conditionally independent of all other states given the current state.
 
:<math>p(\textbf{z}_k\mid\textbf{x}_0,\dots,\textbf{x}_{k}) = p(\textbf{z}_k\mid \textbf{x}_{k} )</math>
 
Using these assumptions the probability distribution over all states of the hidden Markov model can be written simply as:
 
:<math>p(\textbf{x}_0,\dots,\textbf{x}_k\mid \textbf{z}_1,\dots,\textbf{z}_k) = p(\textbf{x}_0)\prod_{i=1}^k p(\textbf{z}_i\mid \textbf{x}_i)p(\textbf{x}_i\mid \textbf{x}_{i-1})</math>
 
However, when the Kalman filter is used to estimate the state '''x''', the probability distribution of interest is that associated with the current states conditioned on the measurements up to the current timestep. This is achieved by marginalizing out the previous states and dividing by the probability of the measurement set.
 
This leads to the ''predict'' and ''update'' steps of the Kalman filter written probabilistically. The probability distribution associated with the predicted state is the sum (integral) of the products of the probability distribution associated with the transition from the (''k''&nbsp;&minus;&nbsp;1)-th timestep to the ''k''-th and the probability distribution associated with the previous state, over all possible <math>x_{k-1}</math>.
 
:<math> p(\textbf{x}_k\mid \textbf{Z}_{k-1}) = \int p(\textbf{x}_k \mid  \textbf{x}_{k-1}) p(\textbf{x}_{k-1} \mid  \textbf{Z}_{k-1} )  \, d\textbf{x}_{k-1} </math>
 
The measurement set up to time ''t'' is
:<math> \textbf{Z}_{t} = \left \{ \textbf{z}_{1},\dots,\textbf{z}_{t} \right \} </math>
 
The probability distribution of the update is proportional to the product of the measurement likelihood and the predicted state.
:<math> p(\textbf{x}_k\mid \textbf{Z}_{k}) = \frac{p(\textbf{z}_k\mid \textbf{x}_k) p(\textbf{x}_k\mid \textbf{Z}_{k-1})}{p(\textbf{z}_k\mid \textbf{Z}_{k-1})} </math>
 
The denominator
:<math>p(\textbf{z}_k\mid \textbf{Z}_{k-1}) = \int p(\textbf{z}_k\mid \textbf{x}_k) p(\textbf{x}_k\mid \textbf{Z}_{k-1}) d\textbf{x}_k</math>
is a normalization term.
 
The remaining probability density functions are
 
:<math> p(\textbf{x}_k \mid  \textbf{x}_{k-1}) = \mathcal{N}(\textbf{F}_k\textbf{x}_{k-1}, \textbf{Q}_k)</math>
 
:<math> p(\textbf{z}_k\mid \textbf{x}_k) = \mathcal{N}(\textbf{H}_{k}\textbf{x}_k, \textbf{R}_k) </math>
 
:<math> p(\textbf{x}_{k-1}\mid \textbf{Z}_{k-1}) = \mathcal{N}(\hat{\textbf{x}}_{k-1},\textbf{P}_{k-1} )</math>
 
Note that the PDF at the previous timestep is inductively assumed to be the estimated state and covariance. This is justified because, as an optimal estimator, the Kalman filter makes best use of the measurements, therefore the PDF for <math>\mathbf{x}_k</math>  given the measurements <math>\mathbf{Z}_k</math> is the Kalman filter estimate.
 
== Information filter ==
 
In the information filter, or inverse covariance filter, the estimated covariance and estimated state are replaced by the [[Fisher information matrix|information matrix]] and [[Fisher information|information]] vector respectively. These are defined as:
 
:<math>\textbf{Y}_{k\mid k} =  \textbf{P}_{k\mid k}^{-1} </math>
:<math>\hat{\textbf{y}}_{k\mid k} =  \textbf{P}_{k\mid k}^{-1}\hat{\textbf{x}}_{k\mid k} </math>
 
Similarly the predicted covariance and state have equivalent information forms, defined as:
 
:<math>\textbf{Y}_{k\mid k-1} =  \textbf{P}_{k\mid k-1}^{-1} </math>
:<math>\hat{\textbf{y}}_{k\mid k-1} =  \textbf{P}_{k\mid k-1}^{-1}\hat{\textbf{x}}_{k\mid k-1} </math>
 
as have the measurement covariance and measurement vector, which are defined as:
 
:<math>\textbf{I}_{k} = \textbf{H}_{k}^{\text{T}} \textbf{R}_{k}^{-1} \textbf{H}_{k} </math>
:<math>\textbf{i}_{k} = \textbf{H}_{k}^{\text{T}} \textbf{R}_{k}^{-1} \textbf{z}_{k} </math>
 
The information update now becomes a trivial sum.
 
:<math>\textbf{Y}_{k\mid k} = \textbf{Y}_{k\mid k-1} + \textbf{I}_{k}</math>
:<math>\hat{\textbf{y}}_{k\mid k} = \hat{\textbf{y}}_{k\mid k-1} + \textbf{i}_{k}</math>
 
The main advantage of the information filter is that ''N'' measurements can be filtered at each timestep simply by summing their information matrices and vectors.
 
:<math>\textbf{Y}_{k\mid k} = \textbf{Y}_{k\mid k-1} + \sum_{j=1}^N \textbf{I}_{k,j}</math>
:<math>\hat{\textbf{y}}_{k\mid k} = \hat{\textbf{y}}_{k\mid k-1} + \sum_{j=1}^N \textbf{i}_{k,j}</math>
 
To predict the information filter the information matrix and vector can be converted back to their state space equivalents, or alternatively the information space prediction can be used.
 
:<math>\textbf{M}_{k} =
  [\textbf{F}_{k}^{-1}]^{\text{T}} \textbf{Y}_{k-1\mid k-1} \textbf{F}_{k}^{-1} </math>
 
:<math>\textbf{C}_{k} =
  \textbf{M}_{k} [\textbf{M}_{k}+\textbf{Q}_{k}^{-1}]^{-1}</math>
:<math>\textbf{L}_{k} =
  I - \textbf{C}_{k} </math>
:<math>\textbf{Y}_{k\mid k-1} =
  \textbf{L}_{k} \textbf{M}_{k} \textbf{L}_{k}^{\text{T}} +
  \textbf{C}_{k} \textbf{Q}_{k}^{-1} \textbf{C}_{k}^{\text{T}}</math>
 
:<math>\hat{\textbf{y}}_{k\mid k-1} =
  \textbf{L}_{k} [\textbf{F}_{k}^{-1}]^{\text{T}}\hat{\textbf{y}}_{k-1\mid k-1} </math>
 
Note that if ''F'' and ''Q'' are time invariant these values can be cached. Note also that ''F'' and ''Q'' need to be invertible.
 
== Fixed-lag smoother ==
{{Refimprove section|date=December 2010}}
 
The optimal fixed-lag smoother provides the optimal estimate of <math>\hat{\textbf{x}}_{k-N \mid  k}</math> for a given fixed-lag <math>N</math> using the measurements from <math>\textbf{z}_{1}</math> to <math>\textbf{z}_{k}</math>. It can be derived using the previous theory via an augmented state, and the main equation of the filter is the following:
 
:<math>
\begin{bmatrix}
\hat{\textbf{x}}_{t\mid t} \\
\hat{\textbf{x}}_{t-1\mid t} \\
\vdots \\
\hat{\textbf{x}}_{t-N+1\mid t} \\
\end{bmatrix}
=
\begin{bmatrix}
I \\
0 \\
\vdots \\
0 \\
\end{bmatrix}
\hat{\textbf{x}}_{t\mid t-1}
+
\begin{bmatrix}
0 & \ldots & 0 \\
I & 0 & \vdots \\
\vdots & \ddots & \vdots \\
0 & \ldots & I \\
\end{bmatrix}
\begin{bmatrix}
\hat{\textbf{x}}_{t-1\mid t-1} \\
\hat{\textbf{x}}_{t-2\mid t-1} \\
\vdots \\
\hat{\textbf{x}}_{t-N+1\mid t-1} \\
\end{bmatrix}
+
\begin{bmatrix}
K^{(0)} \\
K^{(1)} \\
\vdots \\
K^{(N-1)} \\
\end{bmatrix}
y_{t\mid |t-1}
</math>
 
where:
 
* <math> \hat{\textbf{x}}_{t\mid t-1} </math> is estimated via a standard Kalman filter;
* <math> y_{t\mid t-1} = z(t) - H\hat{\textbf{x}}_{t\mid t-1} </math> is the innovation produced considering the estimate of the standard Kalman filter;
* the various <math> \hat{\textbf{x}}_{t-i\mid t} </math> with <math> i = 0,\ldots,N </math> are new variables, i.e. they do not appear in the standard Kalman filter;
* the gains are computed via the following scheme:
::<math>
K^{(i)} =
P^{(i)} H^{T}
\left[
H P H^{T} + R
\right]^{-1}
</math>
:and
::<math>
P^{(i)} =
P
\left[
\left[
F - K H
\right]^{T}
\right]^{i}
</math>
:where <math> P </math> and <math> K </math> are the prediction error covariance and the gains of the standard Kalman filter (i.e., <math> P_{t\mid t-1} </math>).
 
If the estimation error covariance is defined so that
 
:<math>
P_{i} :=
E
\left[
\left(
\textbf{x}_{t-i} - \hat{\textbf{x}}_{t-i\mid t}
\right)^{*}
\left(
\textbf{x}_{t-i} - \hat{\textbf{x}}_{t-i\mid t}
\right)
\mid
z_{1} \ldots z_{t}
\right],
</math>
 
then we have that the improvement on the estimation of <math> \textbf{x}_{t-i} </math> is given by:
 
:<math>
P-P_{i} =
\sum_{j = 0}^{i}
\left[
P^{(j)} H^{T}
\left[
H P H^{T} + R
\right]^{-1}
H \left( P^{(i)} \right)^{T}
\right]
</math>
 
== Fixed-interval smoothers ==
 
The optimal fixed-interval smoother provides the optimal estimate of <math>\hat{\textbf{x}}_{k \mid  n}</math> (<math>k < n</math>) using the measurements from a fixed interval <math>\textbf{z}_{1}</math> to <math>\textbf{z}_{n}</math>. This is also called "Kalman Smoothing". There are several smoothing algorithms in common use.
 
=== Rauch–Tung–Striebel ===
 
The Rauch–Tung–Striebel (RTS) smoother is an efficient two-pass algorithm for fixed interval smoothing.<ref>{{ cite journal | last = Rauch | first =  H.E. | last2 = Tung | first2 = F. | last3 = Striebel | first3 = C. T. | title = Maximum likelihood estimates of linear dynamic systems | journal = AIAA J | volume = 3 | issue = 8 | pages = 1445–1450 | date=August 1965 | url = http://pdf.aiaa.org/getfile.cfm?urlX=7%3CWIG7D%2FQKU%3E6B5%3AKF2Z%5CD%3A%2B82%2A%40%24%5E%3F%40%20%0A&urla=%25%2ARL%2F%220L%20%0A&urlb=%21%2A%20%20%20%0A&urlc=%21%2A0%20%20%0A&urld=%21%2A0%20%20%0A&urle=%27%2BB%2C%27%22%20%22KT0%20%20%0A | doi = 10.2514/3.3166 }}</ref>
 
The forward pass is the same as the regular Kalman filter algorithm. These ''filtered'' state estimates <math>\hat{\textbf{x}}_{k\mid k}</math> and covariances <math>\textbf{P}_{k\mid k}</math> are saved for use in the backwards pass.
 
In the backwards pass, we compute the ''smoothed'' state estimates <math>\hat{\textbf{x}}_{k\mid n}</math> and covariances <math>\textbf{P}_{k\mid n}</math>. We start at the last time step and proceed backwards in time using the following recursive equations:
:<math>\hat{\textbf{x}}_{k\mid n} = \hat{\textbf{x}}_{k\mid k} + \textbf{C}_k ( \hat{\textbf{x}}_{k+1\mid n} - \hat{\textbf{x}}_{k+1\mid k} ) </math>
:<math>\textbf{P}_{k\mid n} = \textbf{P}_{k\mid k} + \textbf{C}_k ( \textbf{P}_{k+1\mid n} - \textbf{P}_{k+1\mid k} ) \textbf{C}_k^T </math>
where
:<math> \textbf{C}_k = \textbf{P}_{k\mid k} \textbf{F}_k^T \textbf{P}_{k+1\mid k}^{-1} </math>
 
=== Modified Bryson–Frazier smoother ===
 
An alternative to the RTS algorithm is the modified Bryson–Frazier (MBF) fixed interval smoother developed by Bierman.<ref name=bierman>{{ cite journal | last = Bierman | first =  G.J. | title = Factorization Methods for Discrete Sequential Estimation | publisher = Academic Press | year = 1977 | bibcode = 1977fmds.book.....B | journal = Factorization Methods for Discrete Sequential Estimation }}</ref> This also uses a backward pass that processes data saved from the Kalman filter forward pass. The equations for the backward pass involve the recursive
computation of data which are used at each observation time to compute the smoothed state and covariance.
 
The recursive equations are
 
:<math>\tilde{\Lambda}_k =  \textbf{H}_k^T \textbf{S}_k^{-1} \textbf{H}_k + \hat{\textbf{C}}_k^T \hat{\Lambda}_k \hat{\textbf{C}}_k</math>
:<math>\hat{\Lambda}_{k-1} = \textbf{F}_k^T\tilde{\Lambda}_{k}\textbf{F}_k</math>
:<math>\hat{\Lambda}_n = 0</math>
:<math>\tilde{\lambda}_k =  -\textbf{H}_k^T \textbf{S}_k^{-1} \textbf{y}_k + \hat{\textbf{C}}_k^T \hat{\lambda}_k</math>
:<math>\hat{\lambda}_{k-1} = \textbf{F}_k^T\tilde{\lambda}_{k}</math>
:<math>\hat{\lambda}_n = 0</math>
 
where <math>\textbf{S}_k</math> is the residual covariance and <math>\hat{\textbf{C}}_k = \textbf{I} - \textbf{K}_k\textbf{H}_k</math>. The smoothed state and covariance can then be found by substitution in the equations
 
:<math>\textbf{P}_{k\mid n} = \textbf{P}_{k\mid k} - \textbf{P}_{k\mid k}\hat{\Lambda}_k\textbf{P}_{k\mid k}</math>
:<math>\textbf{x}_{k\mid n} = \textbf{x}_{k\mid k} - \textbf{P}_{k\mid k}\hat{\lambda}_k</math>
 
or
 
:<math>\textbf{P}_{k\mid n} = \textbf{P}_{k\mid k-1} - \textbf{P}_{k\mid k-1}\tilde{\Lambda}_k\textbf{P}_{k\mid k-1}</math>
:<math>\textbf{x}_{k\mid n} = \textbf{x}_{k\mid k-1} - \textbf{P}_{k\mid k-1}\tilde{\lambda}_k.</math>
 
An important advantage of the MBF is that it does not require finding the inverse of the covariance matrix.
 
=== Minimum-variance smoother ===
 
The minimum-variance smoother can attain the best-possible error performance, provided that the models are linear, their parameters and the noise statistics are known precisely.<ref>{{ cite journal | last = Einicke | first =  G.A. | title = Optimal and Robust Noncausal Filter Formulations | journal = IEEE Trans. Signal Processing | volume = 54 | issue = 3 | pages = 1069–1077 | date=March 2006 | bibcode = 2006ITSP...54.1069E | doi = 10.1109/TSP.2005.863042 }}</ref> This smoother is a time-varying state-space generalization of the optimal non-causal [[Wiener filter]].
 
The smoother calculations are done in two passes. The forward calculations involve a one-step-ahead predictor and are given by
:<math>\hat{\textbf{x}}_{k+1\mid k} = \textbf{(F}_{k}-\textbf{K}_{k}\textbf{H}_{k})\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_{k} \textbf{z}_{k}  </math>
:<math>{\alpha}_{k} = -\textbf{S}_k^{-1/2} \textbf{H}_{k}\hat{\textbf{x}}_{k\mid k-1} +
\textbf{S}_k^{-1/2} \textbf{z}_{k} </math>
 
The above system is known as the inverse Wiener-Hopf factor. The backward recursion is the adjoint of the above forward system. The result of the backward pass <math>\beta_{k}</math>  may be calculated by operating the forward equations on the time-reversed <math>\alpha_{k}</math>  and time reversing the result. In the case of output estimation, the smoothed estimate is given by
:<math>\hat{\textbf{y}}_{k\mid N} = \textbf{z}_{k} - \textbf{R}_{k}\beta_{k}  </math>
 
Taking the causal part of this minimum-variance smoother yields
:<math>\hat{\textbf{y}}_{k\mid k} = \textbf{z}_{k} - \textbf{R}_{k} \textbf{S}_k^{-1/2} \alpha_{k}  </math>
 
which is identical to the minimum-variance Kalman filter. The above solutions minimize the variance of the output estimation error. Note that the Rauch–Tung–Striebel smoother derivation assumes that the underlying distributions are Gaussian, whereas the minimum-variance solutions do not. Optimal smoothers for state estimation and input estimation can be constructed similarly.
 
A continuous-time version of the above smoother is described in.<ref>{{ cite journal | last = Einicke | first =  G.A. | title = Asymptotic Optimality of the Minimum-Variance Fixed-Interval Smoother | journal = IEEE Trans. Signal Processing | volume = 55 | issue = 4 | pages = 1543–1547 | date=April 2007 | bibcode = 2007ITSP...55.1543E | doi = 10.1109/TSP.2006.889402 }}</ref><ref>{{Cite journal | last = Einicke | first =  G.A. | last2 = Ralston | first2 = J.C. | last3 = Hargrave | first3 = C.O. | last4 = Reid | first4 = D.C. | last5 = Hainsworth | first5 = D.W. | title = Longwall Mining Automation. An Application of Minimum-Variance Smoothing | journal = IEEE Control Systems Magazine | volume = 28 | issue = 6 | pages = 1543–1547 | date=December 2008 }}</ref>
 
[[Expectation-maximization algorithm]]s may be employed to calculate approximate [[maximum likelihood]] estimates of unknown state-space parameters within minimum-variance filters and smoothers. Often uncertainties remain within problem assumptions. A smoother that accommodates uncertainties  can be designed by adding a positive definite term to the Riccati equation.<ref>{{ cite journal | last = Einicke | first =  G.A. | title = Asymptotic Optimality of the Minimum-Variance Fixed-Interval Smoother | journal = IEEE Trans. Automatic Control | volume = 54 | issue = 12 | pages = 2904–2908 | date=December 2009 | bibcode = 2007ITSP...55.1543E | doi = 10.1109/TSP.2006.889402 }}</ref>
 
In cases where the models are nonlinear, step-wise linearizations may be within the minimum-variance filter and smoother recursions ([[Extended Kalman filter]]ing).
 
== Non-linear filters ==
 
The basic Kalman filter is limited to a linear assumption. More complex systems, however, can be nonlinear. The non-linearity can be associated either with the process model or with the observation model or with both.
 
=== Extended Kalman filter ===
{{Main|Extended Kalman filter}}
 
In the extended Kalman filter (EKF), the state transition and observation models need not be linear functions of the state but may instead be non-linear functions. These functions are of [[differentiable]] type.
 
:<math>\textbf{x}_{k} = f(\textbf{x}_{k-1}, \textbf{u}_{k}) + \textbf{w}_{k}</math>
 
:<math>\textbf{z}_{k} = h(\textbf{x}_{k}) + \textbf{v}_{k}</math>
 
The function ''f'' can be used to compute the predicted state from the previous estimate and similarly the function ''h'' can be used to compute the predicted measurement from the predicted state. However, ''f'' and ''h'' cannot be applied to the covariance directly. Instead a matrix of partial derivatives (the [[Jacobian matrix|Jacobian]]) is computed.
 
At each timestep the Jacobian is evaluated with current predicted states. These matrices can be used in the Kalman filter equations. This process essentially linearizes the non-linear function around the current estimate.
 
=== Unscented Kalman filter ===
 
When the state transition and observation models—that is, the predict and update functions <math>f</math> and <math>h</math>—are highly non-linear, the extended Kalman filter can give particularly poor performance.<ref name="JU97">{{Cite journal
| author = Julier, Simon J.
| coauthors = Uhlmann, Jeffrey K.
| year = 1997
| title = A new extension of the Kalman filter to nonlinear systems
| journal = Int. Symp. Aerospace/Defense Sensing, Simul. and Controls
| volume = 3
| url = http://www.cs.unc.edu/~welch/kalman/media/pdf/Julier1997_SPIE_KF.pdf
| accessdate = 2008-05-03
| bibcode = 1997SPIE.3068..182J
| pages = 182
}}</ref> This is because the covariance is propagated through linearization of the underlying non-linear model. The unscented Kalman filter (UKF)&nbsp;<ref name="JU97"/> uses a deterministic sampling technique known as the [[unscented transform]] to pick a minimal set of sample points (called sigma points) around the mean. These sigma points are then propagated through the non-linear functions, from which the mean and covariance of the estimate are then recovered. The result is a filter which more accurately captures the true mean and covariance. (This can be verified using [[Monte Carlo sampling]] or through a [[Taylor series]] expansion of the posterior statistics.) In addition, this technique removes the requirement to explicitly calculate Jacobians, which for complex functions can be a difficult task in itself (i.e., requiring complicated derivatives if done analytically or being computationally costly if done numerically).
 
;Predict
 
As with the EKF, the UKF prediction can be used independently from the UKF update, in combination with a linear (or indeed EKF) update, or vice versa.
 
The estimated state and covariance are augmented with the mean and covariance of the process noise.
 
:<math> \textbf{x}_{k-1\mid k-1}^{a} = [ \hat{\textbf{x}}_{k-1\mid k-1}^{T} \quad E[\textbf{w}_{k}^{T}] \ ]^{T} </math>
 
:<math> \textbf{P}_{k-1\mid k-1}^{a} = \begin{bmatrix} & \textbf{P}_{k-1\mid k-1} & & 0 & \\ & 0 & &\textbf{Q}_{k} & \end{bmatrix} </math>
 
A set of 2''L''&nbsp;+&nbsp;1 sigma points is derived from the augmented state and covariance where ''L'' is the dimension of the state.
 
: <math>
\begin{align}
\chi_{k-1\mid k-1}^{0} & = \textbf{x}_{k-1\mid k-1}^{a} \\[6pt]
\chi_{k-1\mid k-1}^{i} & =\textbf{x}_{k-1\mid k-1}^{a} + \left ( \sqrt{ (L + \lambda) \textbf{P}_{k-1\mid k-1}^{a} } \right )_{i}, \qquad i = 1,\ldots,L \\[6pt]
\chi_{k-1\mid k-1}^{i} & = \textbf{x}_{k-1\mid k-1}^{a} - \left ( \sqrt{ (L + \lambda) \textbf{P}_{k-1\mid k-1}^{a} } \right )_{i-L}, \qquad i = L+1,\dots{}2L
\end{align}
</math>
 
where
 
: <math>\left ( \sqrt{ (L + \lambda) \textbf{P}_{k-1\mid k-1}^{a} } \right )_{i}</math>
 
is the ''i''th column of the matrix square root of
 
: <math>(L + \lambda) \textbf{P}_{k-1\mid k-1}^{a}</math>
 
using the definition: square root ''A'' of matrix ''B'' satisfies
 
: <math>B \triangleq A A^T. \, </math>
 
The matrix square root should be calculated using numerically efficient and stable methods such as the [[Cholesky decomposition]].
 
The sigma points are propagated through the transition function ''f''.
 
:<math>\chi_{k\mid k-1}^{i} = f(\chi_{k-1\mid k-1}^{i}) \quad i = 0,\dots,2L </math>
 
where <math>f : R^{L} \rightarrow R^{|\textbf{x}|} </math>. The weighted sigma points are recombined to produce the predicted state and covariance.
 
:<math>\hat{\textbf{x}}_{k\mid k-1} = \sum_{i=0}^{2L} W_{s}^{i} \chi_{k\mid k-1}^{i} </math>
 
:<math>\textbf{P}_{k\mid k-1} = \sum_{i=0}^{2L} W_{c}^{i}\ [\chi_{k\mid k-1}^{i} - \hat{\textbf{x}}_{k\mid k-1}] [\chi_{k\mid k-1}^{i} - \hat{\textbf{x}}_{k\mid k-1}]^{T} </math>
 
where the weights for the state and covariance are given by:
 
:<math>W_{s}^{0} = \frac{\lambda}{L+\lambda}</math>
:<math>W_{c}^{0} = \frac{\lambda}{L+\lambda} + (1 - \alpha^2 + \beta)</math>
:<math>W_{s}^{i} = W_{c}^{i} = \frac{1}{2(L+\lambda)}</math>
:<math>\lambda = \alpha^2 (L+\kappa) - L\,\! </math>
 
<math>\alpha</math> and <math>\kappa</math> control the spread of the sigma points.  <math>\beta</math> is related to the distribution of <math>x</math>.
Normal values are <math>\alpha=10^{-3}</math>, <math>\kappa=0</math> and <math>\beta=2</math>. If the true distribution of <math>x</math> is Gaussian, <math>\beta=2</math> is optimal.<ref>Wan, Eric A. and van der Merwe, Rudolph [http://www.lara.unb.br/~gaborges/disciplinas/efe/papers/wan2000.pdf "The Unscented Kalman Filter for Nonlinear Estimation"]</ref>
 
;Update
 
The predicted state and covariance are augmented as before, except now with the mean and covariance of the measurement noise.
 
:<math> \textbf{x}_{k\mid k-1}^{a} = [ \hat{\textbf{x}}_{k\mid k-1}^{T} \quad E[\textbf{v}_{k}^{T}] \ ]^{T} </math>
 
:<math> \textbf{P}_{k\mid k-1}^{a} = \begin{bmatrix} & \textbf{P}_{k\mid k-1} & & 0 & \\ & 0 & &\textbf{R}_{k} & \end{bmatrix} </math>
 
As before, a set of 2''L''&nbsp;+&nbsp;1 sigma points is derived from the augmented state and covariance where ''L'' is the dimension of the state.
 
: <math>
\begin{align}
\chi_{k\mid k-1}^{0} & = \textbf{x}_{k\mid k-1}^{a} \\[6pt]
\chi_{k\mid k-1}^{i} & = \textbf{x}_{k\mid k-1}^{a} + \left ( \sqrt{ (L + \lambda) \textbf{P}_{k\mid k-1}^{a} } \right )_{i}, \qquad i = 1,\dots,L \\[6pt]
\chi_{k\mid k-1}^{i} & = \textbf{x}_{k\mid k-1}^{a} - \left ( \sqrt{ (L + \lambda) \textbf{P}_{k\mid k-1}^{a} } \right )_{i-L}, \qquad i = L+1,\dots,2L
\end{align}
</math>
 
Alternatively if the UKF prediction has been used the sigma points themselves can be augmented along the following lines
 
:<math> \chi_{k\mid k-1} := [ \chi_{k\mid k-1}^T \quad E[\textbf{v}_{k}^{T}] \ ]^{T} \pm \sqrt{ (L + \lambda) \textbf{R}_{k}^{a} }</math>
 
where
 
:<math> \textbf{R}_{k}^{a} = \begin{bmatrix} & 0 & & 0 & \\ & 0 & &\textbf{R}_{k} & \end{bmatrix} </math>
 
The sigma points are projected through the observation function ''h''.
 
:<math>\gamma_{k}^{i} = h(\chi_{k\mid k-1}^{i}) \quad i = 0..2L </math>
 
The weighted sigma points are recombined to produce the predicted measurement and predicted measurement covariance.
 
:<math>\hat{\textbf{z}}_{k} = \sum_{i=0}^{2L} W_{s}^{i} \gamma_{k}^{i} </math>
 
:<math>\textbf{P}_{z_{k}z_{k}} = \sum_{i=0}^{2L} W_{c}^{i}\ [\gamma_{k}^{i} - \hat{\textbf{z}}_{k}] [\gamma_{k}^{i} - \hat{\textbf{z}}_{k}]^{T} </math>
 
The state-measurement cross-covariance matrix,
 
:<math>\textbf{P}_{x_{k}z_{k}} = \sum_{i=0}^{2L} W_{c}^{i}\ [\chi_{k\mid k-1}^{i} - \hat{\textbf{x}}_{k\mid k-1}] [\gamma_{k}^{i} - \hat{\textbf{z}}_{k}]^{T} </math>
 
is used to compute the UKF Kalman gain.
 
:<math>K_{k} = \textbf{P}_{x_{k}z_{k}} \textbf{P}_{z_{k}z_{k}}^{-1}</math>
 
As with the Kalman filter, the updated state is the predicted state plus the innovation weighted by the Kalman gain,
 
:<math>\hat{\textbf{x}}_{k\mid k} = \hat{\textbf{x}}_{k\mid k-1} + K_{k}( \textbf{z}_{k} - \hat{\textbf{z}}_{k} )</math>
 
And the updated covariance is the predicted covariance, minus the predicted measurement covariance, weighted by the Kalman gain.
 
:<math>\textbf{P}_{k\mid k} = \textbf{P}_{k\mid k-1} - K_{k} \textbf{P}_{z_{k}z_{k}} K_{k}^{T} </math>
 
== Kalman–Bucy filter ==
 
The Kalman–Bucy filter (named after Richard Snowden Bucy) is a continuous time version of the Kalman filter.<ref>Bucy, R.S. and Joseph, P.D., ''Filtering for Stochastic Processes with Applications to Guidance,'' John Wiley & Sons, 1968; 2nd Edition, AMS Chelsea Publ., 2005. ISBN 0-8218-3782-6</ref><ref>Jazwinski, Andrew H., ''Stochastic processes and filtering theory,'' Academic Press, New York, 1970. ISBN 0-12-381550-9</ref>
 
It is based on the state space model
 
:<math>\frac{d}{dt}\mathbf{x}(t) = \mathbf{F}(t)\mathbf{x}(t) + \mathbf{B}(t)\mathbf{u}(t) + \mathbf{w}(t)</math>
 
:<math>\mathbf{z}(t) = \mathbf{H}(t) \mathbf{x}(t) + \mathbf{v}(t)</math>
 
where <math>\mathbf{Q}(t)</math> and <math>\mathbf{R}(t)</math> represent the intensities of the two white noise terms <math>\mathbf{w}(t)</math> and <math>\mathbf{v}(t)</math>, respectively.
 
The filter consists of two differential equations, one for the state estimate and one for the covariance:
 
:<math>\frac{d}{dt}\hat{\mathbf{x}}(t) = \mathbf{F}(t)\hat{\mathbf{x}}(t) + \mathbf{B}(t)\mathbf{u}(t) + \mathbf{K}(t) (\mathbf{z}(t)-\mathbf{H}(t)\hat{\mathbf{x}}(t))</math>
 
:<math>\frac{d}{dt}\mathbf{P}(t) = \mathbf{F}(t)\mathbf{P}(t) + \mathbf{P}(t)\mathbf{F}^{T}(t) + \mathbf{Q}(t) - \mathbf{K}(t)\mathbf{R}(t)\mathbf{K}^{T}(t)</math>
 
where the Kalman gain is given by
 
:<math>\mathbf{K}(t)=\mathbf{P}(t)\mathbf{H}^{T}(t)\mathbf{R}^{-1}(t)</math>
 
Note that in this expression for <math>\mathbf{K}(t)</math> the covariance of the observation noise <math>\mathbf{R}(t)</math> represents at the same time the covariance of the prediction error (or ''innovation'') <math>\tilde{\mathbf{y}}(t)=\mathbf{z}(t)-\mathbf{H}(t)\hat{\mathbf{x}}(t)</math>; these covariances are equal only in the case of continuous time.<ref>Kailath, Thomas, "An innovation approach to least-squares estimation Part I: Linear filtering in additive white noise", ''IEEE Transactions on Automatic Control'', 13(6), 646-655, 1968</ref>
 
The distinction between the prediction and update steps of discrete-time Kalman filtering does not exist in continuous time.
 
The second differential equation, for the covariance, is an example of a [[Riccati equation]].
 
== Hybrid Kalman filter ==
 
Most physical systems are represented as continuous-time models while discrete-time measurements are frequently taken for state estimation via a digital processor. Therefore, the system model and measurement model are given by
:<math>
\begin{align}
\dot{\mathbf{x}}(t) &= \mathbf{F}(t)\mathbf{x}(t)+\mathbf{B}(t)\mathbf{u}(t)+\mathbf{w}(t), &\mathbf{w}(t) &\sim N\bigl(\mathbf{0},\mathbf{Q}(t)\bigr) \\
\mathbf{z}_k &= \mathbf{H}_k\mathbf{x}_k+\mathbf{v}_k,  &\mathbf{v}_k &\sim N(\mathbf{0},\mathbf{R}_k)
\end{align}
</math>
where
:<math>\mathbf{x}_k=\mathbf{x}(t_k)</math>.
 
;Initialize
:<math>
\hat{\mathbf{x}}_{0\mid 0}=E\bigl[\mathbf{x}(t_0)\bigr], \mathbf{P}_{0\mid 0}=Var\bigl[\mathbf{x}(t_0)\bigr]
</math>
;Predict
:<math>
\begin{align}
&\dot{\hat{\mathbf{x}}}(t) = \mathbf{F}(t) \hat{\mathbf{x}}(t) + \mathbf{B}(t) \mathbf{u}(t)
\text{, with }
\hat{\mathbf{x}}(t_{k-1}) = \hat{\mathbf{x}}_{k-1\mid k-1} \\
\Rightarrow
&\hat{\mathbf{x}}_{k\mid k-1} = \hat{\mathbf{x}}(t_k)\\
&\dot{\mathbf{P}}(t) = \mathbf{F}(t)\mathbf{P}(t)+\mathbf{P}(t)\mathbf{F}(t)^T+\mathbf{Q}(t)
\text{, with }
\mathbf{P}(t_{k-1}) = \mathbf{P}_{k-1\mid k-1}\\
\Rightarrow
&\mathbf{P}_{k\mid k-1} = \mathbf{P}(t_k)
\end{align}
</math>
The prediction equations are derived from those of continuous-time Kalman filter without update from measurements, i.e., <math> \mathbf{K}(t)=0 </math>. The predicted state and covariance are calculated respectively by solving a set of differential equations with the initial value equal to the estimate at the previous step.
 
;Update
:<math>\mathbf{K}_{k} = \mathbf{P}_{k\mid k-1}\mathbf{H}_{k}^T\bigl(\mathbf{H}_{k}\mathbf{P}_{k\mid k-1}\mathbf{H}_{k}^T+\mathbf{R}_{k}\bigr)^{-1} </math>
:<math>\hat{\mathbf{x}}_{k\mid k} = \hat{\mathbf{x}}_{k\mid k-1} + \mathbf{K}_k(\mathbf{z}_k-\mathbf{H}_k\hat{\mathbf{x}}_{k\mid k-1})</math>
:<math>\mathbf{P}_{k\mid k} = (\mathbf{I} - \mathbf{K}_{k}\mathbf{H}_{k})\mathbf{P}_{k\mid k-1} </math>
The update equations are identical to those of the discrete-time Kalman filter.
 
== Variants for the recovery of sparse signals ==
 
Recently the traditional Kalman filter has been employed for the recovery of sparse, possibly dynamic, signals from
noisy observations. Both works <ref>Carmi, A. and Gurfil, P. and Kanevsky, D. , "Methods for sparse signal recovery using Kalman filtering with embedded pseudo-measurement norms and quasi-norms", ''IEEE Transactions on Signal Processing'', 58(4), 2405–2409, 2010</ref> and <ref>Vaswani, N. , "Kalman Filtered Compressed Sensing", ''15th International Conference on Image Processing'', 2008</ref> utilize notions from the theory of [[compressed sensing]]/sampling, such as the restricted isometry property and related probabilistic recovery arguments, for sequentially estimating the sparse state in intrinsically low-dimensional systems.
 
== Applications ==
 
* [[Attitude and Heading Reference Systems]]
* [[Autopilot]]
* Battery state of charge (SoC) estimation [http://dx.doi.org/10.1016/j.jpowsour.2007.04.011][http://dx.doi.org/10.1016/j.enconman.2007.05.017]
* [[Brain-computer interface]]
* Chaotic signals
* Tracking and Vertex Fitting of [[charged particles]] in [[Particle Detectors]] <ref>Nucl.Instrum.Meth. A262 (1987) 444-450.
Application of Kalman filtering to track and vertex fitting.
R. Fruhwirth (Vienna, OAW).</ref>
* Tracking of objects in [[computer vision]]
* [[Dynamic positioning]]
* [[Economics]], in particular [[macroeconomics]], [[time series]], and [[econometrics]]
* [[Inertial guidance system]]
* [[Orbit Determination]]
* Power system state estimation
* [[Radar tracker]]
* [[Satellite navigation system]]s
* [[Seismology]] [http://adsabs.harvard.edu/abs/2008AGUFM.G43B..01B]
* Sensorless control of AC motor [[variable-frequency drive]]s
* [[Simultaneous localization and mapping]]
* [[Speech enhancement]]
* [[Weather forecasting]]
* [[Navigation system]]
* [[3D modeling]]
* [[Structural health monitoring]]
* [[Human sensorimotor processing]]<ref>Neural Netw. 1996 Nov;9(8):1265–1279.
Forward Models for Physiological Motor Control.
Wolpert DM, Miall RC.</ref>
 
== See also ==
{{too many see alsos|date=November 2012}}
 
* [[Alpha beta filter]]
* [[Minimum mean square error|Bayesian MMSE estimator]]
* [[Covariance intersection]]
* [[Data assimilation]]
* [[Ensemble Kalman filter]]
* [[Extended Kalman filter]]
* [[Fast Kalman filter]]
* [[Filtering problem (stochastic processes)]]
* [[Generalized filtering]]
* [[Invariant extended Kalman filter]]
* [[Kernel adaptive filter]]
* [[Moving horizon estimation]]
* [[Non-linear filter]]
* [[Particle filter]] estimator
* [[Predictor corrector]]
* [[Recursive least squares]]
* [[Schmidt–Kalman filter]]
* [[Separation principle]]
* [[Sliding mode control]]
* [[Stochastic differential equation]]s
* [[Volterra series]]
* [[Wiener filter]]
* [[Zakai equation]]
 
== References ==
 
{{reflist|30em}}
 
== Further reading ==
 
{{refbegin|30em}}
* {{ cite book | author = Einicke, G.A. | year = 2012 | title = Smoothing, Filtering and Prediction: Estimating the Past, Present and Future | publisher = Intech | location = Rijeka, Croatia | isbn = 978-953-307-752-9 | url = http://www.intechopen.com/books/smoothing-filtering-and-prediction-estimating-the-past-present-and-future}}
* {{ cite book | author = Gelb, A. | year = 1974 | title = Applied Optimal Estimation | publisher = MIT Press | isbn = }}
* {{ cite journal | author = Kalman, R.E. | year = 1960 | title = A new approach to linear filtering and prediction problems | journal = Journal of Basic Engineering | volume = 82 | issue = 1 | pages = 35–45 | url = http://www.elo.utfsm.cl/~ipd481/Papers%20varios/kalman1960.pdf | accessdate = 2008-05-03 | doi = 10.1115/1.3662552 }}
* {{ cite journal | author = Kalman, R.E. | coauthors = Bucy, R.S. | year = 1961 | title = New Results in Linear Filtering and Prediction Theory | url = http://www.dtic.mil/srch/doc?collection=t2&id=ADD518892| accessdate = 2008-05-03}}{{dead link|date=November 2013}}
* {{ cite book | author = Harvey, A.C. | year = 1990 | title = Forecasting, Structural Time Series Models and the Kalman Filter | publisher = Cambridge University Press | isbn = }}
* {{ cite journal | author = Roweis, S. | coauthors = Ghahramani, Z. | year = 1999 | title = A Unifying Review of Linear Gaussian Models | journal = Neural Computation | volume = 11 | issue = 2 | pages = 305–345 | doi = 10.1162/089976699300016674 | pmid = 9950734 }}
* {{ cite book | author = Simon, D. | year = 2006 | title = Optimal State Estimation: Kalman, H Infinity, and Nonlinear Approaches | publisher = Wiley-Interscience | url = http://academic.csuohio.edu/simond/estimation/ | isbn = }}
* {{ cite book | author = Stengel, R.F. | year = 1994 | title = Optimal Control and Estimation | publisher = Dover Publications | isbn = 0-486-68200-5 | url = http://www.princeton.edu/~stengel/OptConEst.html }}
* {{ cite journal | author = [[Kevin Warwick|Warwick, K]]. | year = 1987 | title = Optimal observers for ARMA models | journal = International Journal of Control | volume = 46 | issue = 5 | pages = 1493–1503 | url = http://www.informaworld.com/index/779885789.pdf | accessdate = 2008-05-03 | doi = 10.1080/00207178708933989 }}
* {{ cite book | author = Bierman, G.J. | year = 1977 | title = Factorization Methods for Discrete Sequential Estimation | journal = Mathematics in Science and Engineering | volume = 128 | isbn =  978-0-486-44981-4 | publisher = Dover Publications | location = Mineola, N.Y. }}
* {{ cite book | author = Bozic, S.M. | year = 1994 | title = Digital and Kalman filtering | publisher = Butterworth–Heinemann | isbn = }}
* {{ cite book | author = Haykin, S. | year = 2002 | title = Adaptive Filter Theory | publisher = Prentice Hall | isbn = }}
* {{ cite book | author = Liu, W. | coauthors = Principe, J.C. and Haykin, S. | year = 2010 | title = Kernel Adaptive Filtering: A Comprehensive Introduction | publisher = John Wiley | isbn = }}
* {{ cite book | author = Manolakis, D.G. | year = 1999 | title = Statistical and Adaptive signal processing | publisher = Artech House | isbn = }}
* {{ cite journal | author = Welch, Greg | coauthors = Bishop, Gary | year = 1997 | title = SCAAT: Incremental Tracking with Incomplete Information | url = http://www.cs.unc.edu/~welch/media/pdf/scaat.pdf | pages = 333–344 | isbn = 0-89791-896-7 | doi = 10.1145/258734.258876 | publisher = ACM Press/Addison-Wesley Publishing Co | chapter = SCAAT }}
* {{ cite book | first=Andrew H.  |last= Jazwinski | year = 1970 | title = Stochastic Processes and Filtering | publisher = [[Academic Press]] | location=New York | series = Mathematics in Science and Engineering | pages=376 | isbn=0-12-381550-9 }}
* {{ cite book | first=Peter S. |last=Maybeck | year = 1979 | title = Stochastic Models, Estimation, and Control | publisher = [[Academic Press]] | location=New York | isbn = 0-12-480701-1 | volume = 141-1 | series = Mathematics in Science and Engineering | pages=423 }}
* {{ cite book | author = Moriya, N. | year = 2011 | title = Primer to Kalman Filtering: A Physicist Perspective | publisher = [[Nova Science Publishers, Inc]] | location=New York | isbn =  978-1-61668-311-5 }}
* {{ cite journal | author = Dunik, J. | coauthors = Simandl M., Straka O. | year = 2009 | title = Methods for estimating state and measurement noise covariance matrices: Aspects and comparisons | journal = Proceedings of 15th IFAC Symposium on System Identification | place = France | pages = 372–377 }}
* {{ cite book | first=Charles K. |last=Chui |first2=Guanrong |last2=Chen | year = 2009 | title = Kalman Filtering with Real-Time Applications | publisher = [[Springer Science+Business Media|Springer]] | location=New York | isbn = 978-3-540-87848-3 | volume = 17 | series = Springer Series in Information Sciences | edition = 4th | pages=229 }}
* {{ cite journal | author = Spivey, Ben | coauthors = Hedengren, J. D. and Edgar, T. F. | journal = Industrial & Engineering Chemistry Research | volume = 49 | issue = 17 | year = 2010 | title = Constrained Nonlinear Estimation for Industrial Process Fouling | url = http://pubs.acs.org/doi/abs/10.1021/ie9018116 | pages = 7824–7831 | doi = 10.1021/ie9018116 }}
* [[Thomas Kailath]], [[Ali H. Sayed]], and [[Babak Hassibi]], Linear Estimation, Prentice–Hall, NJ, 2000, ISBN 978-0-13-022464-4.
* [[Ali H. Sayed]], Adaptive Filters, Wiley, NJ, 2008, ISBN 978-0-470-25388-5.
{{refend}}
 
== External links ==
* [http://www.cs.unc.edu/~welch/kalman/kalmanPaper.html A New Approach to Linear Filtering and Prediction Problems], by R. E. Kalman, 1960
* [http://www.eng.tau.ac.il/~liptser/lectures1/lect6.pdf ''Kalman–Bucy Filter''], a good derivation of the Kalman–Bucy Filter
* [http://www.youtube.com/watch?v=d0D3VwBh5UQ MIT Video Lecture on the Kalman filter]
* [http://www.cs.unc.edu/~tracker/media/pdf/SIGGRAPH2001_CoursePack_08.pdf An Introduction to the Kalman Filter], SIGGRAPH 2001 Course, Greg Welch and Gary Bishop
* [http://www.cs.unc.edu/~welch/kalman/media/pdf/maybeck_ch1.pdf Kalman filtering chapter] from ''Stochastic Models, Estimation, and Control, vol. 1'', by Peter S. Maybeck
* [http://www.cs.unc.edu/~welch/kalman/ Kalman Filter] webpage, with lots of links
* [http://www.innovatia.com/software/papers/kalman.htm Kalman Filtering]
* [http://www.negenborn.net/kal_loc/ ''Kalman Filters'', thorough introduction to several types, together with applications to ''Robot Localization'']
* [http://www.siam.org/pdf/news/362.pdf Kalman filters used in Weather models], SIAM News, Volume 36, Number 8, October 2003.
* [http://pubs.acs.org/cgi-bin/abstract.cgi/iecred/2005/44/i08/abs/ie034308l.html Critical Evaluation of Extended Kalman Filtering and Moving-Horizon Estimation], Ind. Eng. Chem. Res., 44 (8), 2451–2460, 2005.
* [http://obex.parallax.com/objects/239/ Source code for the propeller microprocessor]: Well documented source code written for the Parallax propeller processor.
* [http://netlib.org/a/esl.tgz Gerald J. Bierman's Estimation Subroutine Library]: Corresponds to the code in the research monograph "Factorization Methods for Discrete Sequential Estimation" originally published by Academic Press in 1977. Republished by Dover.
* [http://www.mathworks.com/matlabcentral/fileexchange/32537 Matlab Toobox implementing parts of Gerald J. Bierman's Estimation Subroutine Library]: UD / UDU' and LD / LDL' factorization with associated time and measurement updates making up the Kalman filter.
* [http://eia.udg.es/~qsalvi/Slam.zip Matlab Toolbox of Kalman Filtering applied to Simultaneous Localization and Mapping]: Vehicle moving in 1D, 2D and 3D
* [http://babel.isa.uma.es/mrpt/index.php/6D-SLAM Derivation of a 6D EKF solution to Simultaneous Localization and Mapping ] (In [http://babel.isa.uma.es/~jlblanco/papers/RangeBearingSLAM6D.pdf old version PDF]). See also the tutorial on [http://babel.isa.uma.es/mrpt/index.php/Kalman_Filters implementing a Kalman Filter] with the [[Mobile Robot Programming Toolkit|MRPT C++ libraries]].
* [http://www.tristanfletcher.co.uk/LDS.pdf The Kalman Filter Explained] A very simple tutorial.
* [http://www.cnel.ufl.edu/~weifeng/publication.htm The Kalman Filter in Reproducing Kernel Hilbert Spaces] A comprehensive introduction.
* [http://www.mathfinance.cn/kalman-filter-finance-revisited/ Matlab code to estimate Cox–Ingersoll–Ross interest rate model with Kalman Filter]: Corresponds to the paper "estimating and testing exponential-affine term structure models by kalman filter" published  by Review of Quantitative Finance and Accounting in 1999.
* [http://apmonitor.com/wiki/index.php/Main/Background Extended Kalman Filters] explained in the context of Simulation, Estimation, Control, and Optimization
* [http://www.data-assimilation.net/Tools/AssimDemo/?method=KF Online demo of the Kalman Filter]. Demonstration of Kalman Filter (and other data assimilation methods) using twin experiments.
* [http://dx.doi.org/10.3390/s110808164 Handling noisy environments: the k-NN delta s, on-line adaptive filter.] in Robust high performance reinforcement learning through weighted ''k''-nearest neighbors, Neurocomputing, 74(8), March 2011, pp.&nbsp;1251–1259.
* [http://finmathblog.blogspot.com/2013/10/hookes-law-and-kalman-filter-little.html Hookes Law and the Kalman Filter] A little "spring theory" emphasizing the connection between statistics and physics.
 
[[Category:Control theory]]
[[Category:Nonlinear filters]]
[[Category:Linear filters]]
[[Category:Signal estimation]]
[[Category:Stochastic differential equations]]
[[Category:Robot control]]
[[Category:Markov models]]
[[Category:Hungarian inventions]]

Latest revision as of 12:16, 11 January 2015

These products call me Gabrielle. Vermont also has always been my tough to adapt place and I enjoy everything that I need here. As a complete girl what I definitely like is going on to karaoke but I in no way made a dime in addition to it. I am a cashier and I'm preparing pretty good financially. See what's new on my website here: http://prometeu.net

My webpage; clash of clans hack android [Full Document]