In order to calculate the optimal Kalman-Gain for a system with n-measurements, you'll have to invert a matrix with n times n elements. I am wondering whether there might be a way around this matrix inversion, , e.g. by means of recursive calculations similar to those in the RLS algorithm.

Similar questions and discussions