Kalman-and-Bayesian-Filters-in-Python icon indicating copy to clipboard operation
Kalman-and-Bayesian-Filters-in-Python copied to clipboard

01-g-h-filter plot improvement suggestion

Open InCogNiTo124 opened this issue 4 years ago • 1 comments

This plot here

image

would benefit from small arrows between a blue estimate in t and a red prediction in t+1.

because the blue dots are connected, and so are red triangles, my brain spent a shameful amount of time figuring out that the prediction is made from the estimate, and not prediction from another prediction. Usually, using a line connection between the dots denotes those dots are connected somehow, yet prediction from the previous timestep does not influence the prediction for the next time step directly.

InCogNiTo124 avatar Feb 25 '21 23:02 InCogNiTo124

In addition I think it would be good to rename the weights variables to measurements in python code, so it matches the plot label. Both these additions would make the plot more clear imho

canyon289 avatar Aug 03 '21 22:08 canyon289