Click or drag to resize
InvalidPartialCorrelationException Constructor
Creates an InvalidPartialCorrelationException thrown if a computed partial 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 InvalidPartialCorrelationException(
	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