Class LogNormal

    • Field Detail

      • m_Shape

        protected double m_Shape
        the shape parameter.
      • m_Scale

        protected double m_Scale
        the scale parameter.
      • m_InverseCumAccuracy

        protected double m_InverseCumAccuracy
        the inverse cumulative accuracy.
    • Constructor Detail

      • LogNormal

        public LogNormal()
    • Method Detail

      • setShape

        public void setShape​(double value)
        Sets the shape.
        Parameters:
        value - the shape
      • getShape

        public double getShape()
        Returns the shape.
        Returns:
        the shape
      • shapeTipText

        public String shapeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setScale

        public void setScale​(double value)
        Sets the scale.
        Parameters:
        value - the scale
      • getScale

        public double getScale()
        Returns the scale.
        Returns:
        the scale
      • scaleTipText

        public String scaleTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setInverseCumAccuracy

        public void setInverseCumAccuracy​(double value)
        Sets the inverse cumulative accuracy.
        Parameters:
        value - the accuracy
      • getInverseCumAccuracy

        public double getInverseCumAccuracy()
        Returns the inverse cumulative accuracy.
        Returns:
        the accuracy
      • inverseCumAccuracyTipText

        public String inverseCumAccuracyTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getRealDistribution

        public org.apache.commons.math3.distribution.RealDistribution getRealDistribution()
        Returns the configured distribution.
        Specified by:
        getRealDistribution in class AbstractRealDistribution
        Returns:
        the distribution