The sum of the weights have become negative.

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

Syntax

C#
public SumOfWeightsNegException(
	int group
)
Visual Basic (Declaration)
Public Sub New ( _
	group As Integer _
)
Visual C++
public:
SumOfWeightsNegException(
	int group
)

Parameters

group
Type: System..::.Int32
An int which specifies the group for which the sum of the weights have become negative.

See Also