filterpy icon indicating copy to clipboard operation
filterpy copied to clipboard

standard interface to KF, UKF, and EKF

Open rlabbe opened this issue 7 years ago • 1 comments

The EKF does not implement batch_filter or rts. There are probably similar instances of differences between the classes.

rlabbe avatar May 08 '18 15:05 rlabbe

One more difference is update()... Ukf takes **hx_args, while Ekf takes hx_args=() Another difference is UKF's x vector - zeros(dim_x), ekf has this vector transposed.

robots avatar May 19 '18 07:05 robots