IMSL C# Numerical Library

NegativeFreqException Constructor (Int32, Int32, Double)

A negative frequency was encountered.

public NegativeFreqException(
   int rowIndex,
   int invocation,
   double val
);

Parameters

rowIndex
An int which specifies the row index of X for which the frequency is negative.
invocation
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
AAn double which represents the value of the frequency encountered.

See Also

NegativeFreqException Class | Imsl.Stat Namespace | NegativeFreqException Constructor Overload List