Extended Kalman Smoothing
Function ekf_smoother
runs the (iterated) extended Kalman smoother for
the given non-linear Gaussian model of class ssm_nlg
,
and returns the smoothed estimates of the states and the corresponding variances.
ekf_smoother(model, iekf_iter = 0)
model |
Model model |
iekf_iter |
If |
List containing the log-likelihood,
smoothed state estimates alphahat
, and the corresponding variances Vt
and
Ptt
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.