You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue:rlabbe/filterpy#117 Created: 2018-04-29 Last updated: 2018-04-29
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.
Original issue: rlabbe/filterpy#117
Created: 2018-04-29
Last updated: 2018-04-29
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.