estimate

abstract fun estimate(timeIntervalSeconds: Double, result: Matrix)

Estimates matrix that relates previous and predicted Kalman filter state.

Parameters

timeIntervalSeconds

time interval between current and last sample expressed in seconds.

result

instance where estimated phi matrix will be stored.

Throws

if provided time interval is negative or result matrix is not 9x9.

if a matrix was not provided.