Click or drag to resize
InvalidMatrixException Constructor
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.2.0
Syntax
public InvalidMatrixException(
	int var1,
	int var2
)

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