filterpy icon indicating copy to clipboard operation
filterpy copied to clipboard

MMAEFilterBank predict do not compute new state

Open rlabbe opened this issue 6 years ago • 0 comments

Strictly speaking it is not needed, since x, P are computed in update() from the bank of filters, but users may expect an updated prior after predict() is called.

rlabbe avatar Apr 29 '18 20:04 rlabbe