calculateFromDelta

open fun calculateFromDelta(incModel: Double, sensor: Double): Double

Calculate a new Kalman filter estimate.

Return

Kalman gain compensated output

Parameters

incModel

the current model from the model system, supplied as an increment or delta

sensor

the current reading from the sensor