The model has been determined to be rank deficient.

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

Syntax

C#
public RankDeficientException(
	int rank
)
Visual Basic (Declaration)
Public Sub New ( _
	rank As Integer _
)
Visual C++
public:
RankDeficientException(
	int rank
)

Parameters

rank
Type: System..::.Int32
An int which specifies the rank of the model.

See Also