public static class PartialCovariances.InvalidPartialCorrelationException extends IMSLException
Constructor and Description |
---|
InvalidPartialCorrelationException(int var1,
int var2)
Creates an InvalidPartialCorrelationException thrown if a computed
partial correlation is greater than one for some pair of variables.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPartialCorrelationException(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.