PrecisePhiMatrixEstimator

Computes matrix that relates previous and predicted Kalman filter state by computing a precise estimation of process equation matrix exponential.

Constructors

Link copied to clipboard
constructor(a: Matrix? = null)

Properties

Link copied to clipboard
var a: Matrix?

Gets or sets process equation matrix relating previous and predicted state in a time continuous space.

Link copied to clipboard
open override val method: PhiMatrixMethod

Gets method to estimate phi matrix.

Functions

Link copied to clipboard
open override fun estimate(timeIntervalSeconds: Double, result: Matrix)

Estimates matrix that relates previous and predicted Kalman filter state.