Click or drag to resize
RankException Constructor (Int32, Int32)
Rank of covariance matrix error.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public RankException(
	int rank,
	int nf
)

Parameters

rank
Type: SystemInt32
A int which specifies the rank of the covariance matrix.
nf
Type: SystemInt32
A int which specifies the number of factors.
See Also