Hello all, 

I have a question regarding the square-root Kalman Filter section of the Wikipedia article about Kalman filters (https://en.wikipedia.org/wiki/Kalman_filter).

The text reads as follows: 

"Between the two (regular square-root implementation), the U-D factorization uses the same amount of storage, and somewhat less computation, and is the most commonly used square root form."

I see that they need the same amount of storage, but I don't understand why the U-D should is computationally more efficient (in which step do we same computations?). 

Furthermore, is the U-D form really the most commonly used from? I mostly saw papers using the standard Cholesky decomposition.

And last but not least, what properties does the state space model need to have (I guess badly conditioned covariance matrices among others) in order 

for standard Kalman filters and smoothers to fail? 

For which type of concrete problems (examples?) are those square-root filters used?

Thanks a lot in advance!

More Federico Wadehn's questions See All
Similar questions and discussions