Relative Content

Tag Archive for kalman-filter

Kalman filter with MA in a state equation

I’m trying to implement this paper. It is Nelson Siegel with some extra features, but my question is about Kalman Filter which is used for estimation NS model. On the page 11 there is state equation 14, which contains moving average part. How prediction and update formulas looks like in that case? Didn’t find anything in a literature about that. ARMA models look a like, but they have MA part in observation equation and not in state equation.