Package com.imsl.stat

Class EmpiricalQuantiles.ScaleFactorZeroException

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

public static class EmpiricalQuantiles.ScaleFactorZeroException extends IMSLException
The computations cannot continue because a scale factor is zero.
See Also:
  • Constructor Details

    • ScaleFactorZeroException

      public ScaleFactorZeroException(int index)
      Constructs a ScaleFactorZeroException.
      Parameters:
      index - An int which specifies the index of the scale factor array at which scale factor is zero.