KalmanFilterParameters

public void KalmanFilterParameters(double modelCovariance, double dataCovariance)

This creates a new KalmanFilterParameters with a specified model and data covariance.

Parameters

modelCovariance

the covariance of the model.

dataCovariance

the covariance of the data.