Class Exponential

    • Field Detail

      • m_Mean

        protected double m_Mean
        the mean.
      • m_InverseCumAccuracy

        protected double m_InverseCumAccuracy
        the inverse cumulative accuracy.
    • Constructor Detail

      • Exponential

        public Exponential()
    • Method Detail

      • setMean

        public void setMean​(double value)
        Sets the mean.
        Parameters:
        value - the mean
      • getMean

        public double getMean()
        Returns the mean.
        Returns:
        the mean
      • meanTipText

        public String meanTipText()
        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