public static class PartialCovariances.InvalidMatrixException extends IMSLException
Constructor and Description |
---|
InvalidMatrixException(int var1,
int var2)
Creates an InvalidMatrixException thrown if a computed
correlation is greater than one for some pair of variables.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidMatrixException(int var1, int var2)
var1
- is the index of the first variable in the pair.var2
- is the index of the second variable in the pair.Copyright © 2020 Rogue Wave Software. All rights reserved.