RankDeficientException Constructor (Int32) |
The model has been determined to be rank deficient.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public RankDeficientException(
int rank
)
Public Sub New (
rank As Integer
)
public:
RankDeficientException(
int rank
)
new :
rank : int -> RankDeficientException
Parameters
- rank
- Type: SystemInt32
An int which specifies the rank of the model.
See Also