com.imsl.stat
Class PartialCovariances.InvalidMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.PartialCovariances.InvalidMatrixException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- PartialCovariances
public static class PartialCovariances.InvalidMatrixException
- extends IMSLException
Exception thrown if a computed correlation is greater than one for some pair of variables.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PartialCovariances.InvalidMatrixException
public PartialCovariances.InvalidMatrixException(int var1,
int var2)
- Creates an InvalidMatrixException thrown if a computed
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.
Copyright © 1970-2010 Visual Numerics, Inc.
Built July 30 2010.