public static class NonlinearRegression.NegativeWeightException extends IMSLException
| Constructor and Description |
|---|
NegativeWeightException(int rowIndex,
int invocation,
double value)
Constructs a
NegativeWeightException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NegativeWeightException(int rowIndex,
int invocation,
double value)
NegativeWeightException.rowIndex - An int which specifies the row index of
X for which the weight 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
weight encountered.Copyright © 2020 Rogue Wave Software. All rights reserved.