Gets the rank of the regression matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

Implements

IRegressionCalculation..::.Rank

See Also