Package com.imsl.stat
Class PartialCovariances.InvalidPartialCorrelationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.PartialCovariances.InvalidPartialCorrelationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PartialCovariances
Exception thrown if a computed partial correlation is greater than one for some pair of variables.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPartialCorrelationException(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPartialCorrelationException
public 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.
-