Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Kalman filter
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Rauch–Tung–Striebel === The Rauch–Tung–Striebel (RTS) smoother is an efficient two-pass algorithm for fixed interval smoothing.<ref>{{cite journal | last1 = Rauch | first1 = H.E. | last2 = Tung | first2 = F. | last3 = Striebel | first3 = C. T. | title = Maximum likelihood estimates of linear dynamic systems | journal = AIAA Journal| volume = 3 | issue = 8 | pages = 1445–1450 | date=August 1965 | doi = 10.2514/3.3166 | bibcode = 1965AIAAJ...3.1445R }}</ref> The forward pass is the same as the regular Kalman filter algorithm. These ''filtered'' a-priori and a-posteriori state estimates <math>\hat{\mathbf{x}}_{k \mid k-1}</math>, <math>\hat{\mathbf{x}}_{k \mid k}</math> and covariances <math>\mathbf{P}_{k \mid k-1}</math>, <math>\mathbf{P}_{k \mid k}</math> are saved for use in the backward pass (for [[retrodiction]]). In the backward pass, we compute the ''smoothed'' state estimates <math>\hat{\mathbf{x}}_{k \mid n}</math> and covariances <math>\mathbf{P}_{k \mid n}</math>. We start at the last time step and proceed backward in time using the following recursive equations: :<math>\begin{align} \hat{\mathbf{x}}_{k \mid n} &= \hat{\mathbf{x}}_{k \mid k} + \mathbf{C}_k \left(\hat{\mathbf{x}}_{k+1 \mid n} - \hat{\mathbf{x}}_{k+1 \mid k}\right) \\ \mathbf{P}_{k \mid n} &= \mathbf{P}_{k \mid k} + \mathbf{C}_k \left(\mathbf{P}_{k+1 \mid n} - \mathbf{P}_{k+1 \mid k}\right) \mathbf{C}_k^\textsf{T} \end{align}</math> where :<math>\mathbf{C}_k = \mathbf{P}_{k \mid k} \mathbf{F}_{k+1}^\textsf{T} \mathbf{P}_{k+1 \mid k}^{-1}.</math> <math> \mathbf{x}_{k \mid k}</math> is the a-posteriori state estimate of timestep <math>k</math> and <math>\mathbf{x}_{k+1 \mid k}</math> is the a-priori state estimate of timestep <math>k + 1</math>. The same notation applies to the covariance.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Kalman filter
(section)
Add topic