I wanted to compare the performance of a standard Kalman Filter and an Information Filter (propagation of precisions instead of covariances) for a sensor network scenario, i.e. when one has way more measurements per time step than states in the state space model.
When the measurement vector y_k is affected by white Gaussian noise, both the Kalman Filter and Information Filters' performance is comparable, therefore I wanted to look into correlated measurement noise (not correlated in time though, i.e. no colored noise, but correlation between the sensor readings at each time step).
I was looking around, but could find any interesting application or papers discussing that. Can anyone point me to some interesting work?
Thanks!