The problem is ill-conditioned.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public NonPosVarianceXYException(
	string varName,
	double var
)
Visual Basic (Declaration)
Public Sub New ( _
	varName As String, _
	var As Double _
)
Visual C++
public:
NonPosVarianceXYException(
	String^ varName, 
	double var
)

Parameters

varName
Type: System..::.String
A string which specifies either "X" or "Y".
var
Type: System..::.Double
A double which specifies the variance.

See Also