JMSLTM Numerical Library 6.0

com.imsl.stat
Class NonlinearRegression.NegativeWeightException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.imsl.IMSLException
              extended by com.imsl.stat.NonlinearRegression.NegativeWeightException
All Implemented Interfaces:
Serializable
Enclosing class:
NonlinearRegression

public static class NonlinearRegression.NegativeWeightException
extends IMSLException

A negative weight was encountered.

See Also:
Serialized Form

Constructor Summary
NonlinearRegression.NegativeWeightException(int rowIndex, int invocation, double value)
          Constructs a NegativeWeightException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonlinearRegression.NegativeWeightException

public NonlinearRegression.NegativeWeightException(int rowIndex,
                                                   int invocation,
                                                   double value)
Constructs a NegativeWeightException.

Parameters:
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.

JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.