c

com.twitter.jvm

KalmanGaussianError

class KalmanGaussianError extends Kalman with Estimator[Double]

A Kalman filter in which measurement errors are normally distributed over the given range (as a fraction of the measured value).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KalmanGaussianError
  2. Estimator
  3. Kalman
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KalmanGaussianError(N: Int, range: Double)

Value Members

  1. def estimate: Double
    Definition Classes
    Kalman
  2. def measure(m: Double): Unit

    A scalar measurement m was taken

    A scalar measurement m was taken

    Definition Classes
    KalmanGaussianErrorEstimator
  3. def measure(m: Double, e: Double): Unit

    Update the filter with measurement m and measurement error e.

    Update the filter with measurement m and measurement error e.

    Definition Classes
    Kalman
  4. def toString(): String
    Definition Classes
    Kalman → AnyRef → Any