InvalidMatrixException Constructor |
Creates an InvalidMatrixException thrown if a computed
correlation is greater than one for some pair of variables.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public InvalidMatrixException(
int var1,
int var2
)
Public Sub New (
var1 As Integer,
var2 As Integer
)
public:
InvalidMatrixException(
int var1,
int var2
)
new :
var1 : int *
var2 : int -> InvalidMatrixException
Parameters
- var1
- Type: SystemInt32
is the index of the first variable in the pair.
- var2
- Type: SystemInt32
is the index of the second variable in the pair.
See Also