Package com.imsl.stat

Class FactorAnalysis.NotPositiveSemiDefiniteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.FactorAnalysis.NotPositiveSemiDefiniteException
All Implemented Interfaces:
Serializable
Enclosing class:
FactorAnalysis

public static class FactorAnalysis.NotPositiveSemiDefiniteException extends IMSLException
Covariance matrix not positive semi-definite.
See Also:
  • Constructor Details

    • NotPositiveSemiDefiniteException

      public NotPositiveSemiDefiniteException(String message)
      Constructs a NotPositiveSemiDefiniteException object.
      Parameters:
      message - a String containing the error message
    • NotPositiveSemiDefiniteException

      public NotPositiveSemiDefiniteException(String key, Object[] arguments)
      Constructs a NotPositiveSemiDefiniteException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string