Interface KalmanFilter<T extends Measurement>

    • Method Detail

      • estimationStep

        ProcessEstimate estimationStep​(T measurement)
                                throws MathRuntimeException
        Perform one estimation step.
        Parameters:
        measurement - single measurement to handle
        Returns:
        estimated state after measurement has been considered
        Throws:
        MathRuntimeException - if estimation fails
      • setObserver

        void setObserver​(KalmanObserver observer)
        Set the filter observer callback.
        Parameters:
        observer - the observer