Class DblExp

    • Constructor Detail

      • DblExp

        public DblExp()
      • DblExp

        public DblExp​(double mean)
    • Method Detail

      • getMean

        public double getMean()
      • setMean

        public void setMean​(double mean)
                     throws org.apache.commons.math3.exception.NotStrictlyPositiveException
        Sets the mean of the exponential distribution.
        Parameters:
        mean - The exponential distribution's mean. This value has to be >0.
        Throws:
        org.apache.commons.math3.exception.NotStrictlyPositiveException - If the supplied mean value was not positive.