public static class NonlinearRegression.NegativeFreqException extends IMSLException
| Constructor and Description |
|---|
NegativeFreqException(int rowIndex,
int invocation,
double value)
Constructs a
NegativeFreqException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2020 Rogue Wave Software. All rights reserved.