A negative frequency was encountered.

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

Syntax

C#
public NegativeFreqException(
	int rowIndex,
	int invocation,
	double val
)
Visual Basic (Declaration)
Public Sub New ( _
	rowIndex As Integer, _
	invocation As Integer, _
	val As Double _
)
Visual C++
public:
NegativeFreqException(
	int rowIndex, 
	int invocation, 
	double val
)

Parameters

rowIndex
Type: System..::.Int32
An int which specifies the row index of X for which the frequency is negative.
invocation
Type: System..::.Int32
An int which specifies the invocation number at which the error occurred. A 3 would indicate that the error occurred on the third invocation.
val
Type: System..::.Double
AAn double which represents the value of the frequency encountered.

See Also