Click or drag to resize
KalmanFilter Properties

The KalmanFilter type exposes the following members.

Properties
  NameDescription
Public propertyLogDeterminant
Returns the natural log of the product of the nonzero eigenvalues of P where P * sigma2 is the variance-covariance matrix of the observations.
Public propertyRank
Returns the rank of the variance-covariance matrix for all the observations.
Public propertySumOfSquares
Returns the generalized sum of squares.
Public propertyTolerance
The tolerance used in determining linear dependence.
Top
See Also