Rank of covariance matrix error.

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

Syntax

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

Parameters

rank
Type: System..::.Int32
A int which specifies the rank of the covariance matrix.
nf
Type: System..::.Int32
A int which specifies the number of factors.

See Also