com.imsl.stat
Class NonlinearRegression.NegativeFreqException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.imsl.IMSLException
              
com.imsl.stat.NonlinearRegression.NegativeFreqException
- All Implemented Interfaces: 
 - Serializable
 
- Enclosing class:
 - NonlinearRegression
 
- public static class NonlinearRegression.NegativeFreqException
- extends IMSLException
  
A negative frequency was encountered.
- See Also:
 - Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
NonlinearRegression.NegativeFreqException
public NonlinearRegression.NegativeFreqException(int rowIndex,
                                                 int invocation,
                                                 double value)
- Constructs a 
NegativeFreqException.
 - 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.value - An double which represents the value of the 
                       frequency encountered.
Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.