PhiMatrixEstimator

abstract class PhiMatrixEstimator(a: Matrix?)

Computes matrix that relates previous and predicted Kalman filter state.

Inheritors

Constructors

Link copied to clipboard
constructor(a: Matrix?)

Types

Link copied to clipboard
object Companion

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
abstract val method: PhiMatrixMethod

Gets method to estimate phi matrix.

Functions

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

Estimates matrix that relates previous and predicted Kalman filter state.