Package com.imsl.stat

Class CategoricalGenLinModel.RankDeficientException

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

public static class CategoricalGenLinModel.RankDeficientException extends IMSLException
The model has been determined to be rank deficient.
See Also:
  • Constructor Details

    • RankDeficientException

      public RankDeficientException(int rank)
      Constructs a RankDeficientException.
      Parameters:
      rank - An int which specifies the rank of the model.