Original issue: rlabbe/filterpy#76
Created: 2017-12-11
Last updated: 2021-01-18
Right now the IMM hard codes in the predict step, which makes it suitable only for linear process models.
At the minimum, make a predict() function that can be overloaded. This will allow easy implementation of an EIMM via derivation and overloading, but ideally think about it a bit and come up with a scheme that works for UKFs as well.
Original issue: rlabbe/filterpy#76
Created: 2017-12-11
Last updated: 2021-01-18
Right now the IMM hard codes in the predict step, which makes it suitable only for linear process models.
At the minimum, make a predict() function that can be overloaded. This will allow easy implementation of an EIMM via derivation and overloading, but ideally think about it a bit and come up with a scheme that works for UKFs as well.