LinearRegressionRank Property |
Returns the rank of the matrix.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public ReadOnly Property Rank As Integer
Get
public:
property int Rank {
int get ();
}
member Rank : int with get
Property Value
Type:
Int32
An
int which specifies the matrix rank.
See Also