Click or drag to resize
KalmanFilterRank Property
Returns the rank of the variance-covariance matrix for all the observations.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int Rank { get; }

Property Value

Type: Int32
A int scalar containing the rank of the variance-covariance matrix for all the observations.
See Also