Creates an InvalidMatrixException thrown if a computed
correlation is greater than one for some pair of variables.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public InvalidMatrixException( int var1, int var2 ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ var1 As Integer, _ var2 As Integer _ ) |
Visual C++ |
---|
public: InvalidMatrixException( int var1, int var2 ) |
Parameters
- var1
- Type: System..::.Int32
is the index of the first variable in the pair.
- var2
- Type: System..::.Int32
is the index of the second variable in the pair.