RTS Smoother¶
Rauch-Tung-Striebel backward smoother for linear-Gaussian models. Uses the full dataset to refine state estimates, producing lower-variance posteriors than the forward-only Kalman filter.
Note
Most users do not need to call these functions directly —
DLM.smooth() wraps the RTS smoother
internally.