type TKalmanMeasurementEvent = procedure (z: TMtx) of object;
Event type used by Extended Kalman filter.
The z is to be filled with "measurement" data, the function h(x,0).
Event type used by Extended Kalman filter.
The z is to be filled with "measurement" data, the function h(x,0).