Package com.imsl.stat
Class DiscriminantAnalysis.CovarianceSingularException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.DiscriminantAnalysis.CovarianceSingularException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DiscriminantAnalysis
The variance-covariance matrix is singular.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCovarianceSingularException(String message) The variance-covariance matrix is singular.CovarianceSingularException(String key, Object[] arguments) The variance-covariance matrix is singular. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CovarianceSingularException
The variance-covariance matrix is singular.- Parameters:
message- aStringcontaining the exception message
-
CovarianceSingularException
The variance-covariance matrix is singular.- Parameters:
key- aStringcontaining the key of the error message in the resource bundlearguments- an array containing arguments used within the error message string
-