RankException Constructor (Int32, Int32) |
Rank of covariance matrix error.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public RankException(
int rank,
int nf
)
Public Sub New (
rank As Integer,
nf As Integer
)
public:
RankException(
int rank,
int nf
)
new :
rank : int *
nf : int -> RankException
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