Click or drag to resize
NonPosVarianceXYException Constructor (String, Double)
The problem is ill-conditioned.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NonPosVarianceXYException(
	string varName,
	double var
)

Parameters

varName
Type: SystemString
A string which specifies either "X" or "Y".
var
Type: SystemDouble
A double which specifies the variance.
See Also