public static class NonlinearRegression.NegativeFreqException extends IMSLException
| Constructor and Description |
|---|
NonlinearRegression.NegativeFreqException(int rowIndex,
int invocation,
double value)
Constructs a
NegativeFreqException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonlinearRegression.NegativeFreqException(int rowIndex,
int invocation,
double value)
NegativeFreqException.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.value - An double which represents the value of the
frequency encountered.Copyright © 1970-2015 Rogue Wave Software
Built June 18 2015.