Description Usage Arguments Value Author(s) See Also
This function performs the Kalman Filter prediction step
1 | kfPredict(x, P, A, Q, B, u)
|
x |
An N x 1 mean state estimate of previous step |
P |
An N x N state covariance of previous step |
A |
(Optional, default idendity) transition matrix of the discrete model |
Q |
(Optional, default zero) process noise of discrete model |
B |
(Optional, default idendity) input effect matrix |
u |
(Optional, default empty) constant input |
A list with two elements
the predicted state mean, and
the predicted state covariance.
The EKF/UKF Toolbox was written by Simo Särkkä, Jouni Hartikainen, and Arno Solin.
Dirk Eddelbuettel is porting this package to R and C++, and maintaing it.
kfUpdate, ltiDisc and the documentation for the EKF/UKF toolbox at http://becs.aalto.fi/en/research/bayes/ekfukf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.