Class DblLogNormal

    • Constructor Detail

      • DblLogNormal

        public DblLogNormal()
      • DblLogNormal

        public DblLogNormal​(double scale,
                            double shape)
    • Method Detail

      • setDistribution

        protected void setDistribution​(org.apache.commons.math3.distribution.RealDistribution distribution)
        Description copied from class: DblDistribution
        Sets the continuous distribution to use.
        Overrides:
        setDistribution in class DblDistribution
      • getScale

        public double getScale()
      • setScale

        public void setScale​(double scale)
        Sets the scale parameter to use.
        Parameters:
        scale - The scale value to use.
      • getShape

        public double getShape()
      • setShape

        public void setShape​(double shape)
                      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
        Sets the shape parameter of the distribution.
        Parameters:
        shape - The shape parameter value to use.
        Throws:
        org.apache.commons.math3.exception.NotStrictlyPositiveException - If shape was <=0.