Returns the rank of the variance-covariance matrix for all the observations.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int Rank { get; }
Visual Basic (Declaration)
Public ReadOnly Property Rank As Integer
Visual C++
public:
property int Rank {
	int get ();
}

Field Value

A int scalar containing the rank of the variance-covariance matrix for all the observations.

See Also