JMSLTM Numerical Library 6.0

com.imsl.stat
Class PartialCovariances.InvalidPartialCorrelationException

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

public static class PartialCovariances.InvalidPartialCorrelationException
extends IMSLException

Exception thrown if a computed partial correlation is greater than one for some pair of variables.

See Also:
Serialized Form

Constructor Summary
PartialCovariances.InvalidPartialCorrelationException(int var1, int var2)
          Creates an InvalidPartialCorrelationException thrown if a computed partial correlation is greater than one for some pair of variables.
 
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

PartialCovariances.InvalidPartialCorrelationException

public PartialCovariances.InvalidPartialCorrelationException(int var1,
                                                             int var2)
Creates an InvalidPartialCorrelationException thrown if a computed partial correlation is greater than one for some pair of variables.

Parameters:
var1 - is the index of the first variable in the pair.
var2 - is the index of the second variable in the pair.

JMSLTM Numerical Library 6.0

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