pamoja for TypeScript - v0.1.17
    Preparing search index...

    Class Kalman

    Estimates a true value from noisy readings, trusting the model and the sensor in proportion to how noisy each is.

    Index
    • Creates a filter from the process and measurement noise, and a first guess.

      Parameters

      • processNoise: number
      • measurementNoise: number
      • initial: number

      Returns Kalman

    • Returns the current estimate without folding in a reading.

      Returns number

    • Folds a reading in and returns the new estimate.

      Parameters

      • reading: number

      Returns number