Class Uniform

    • Field Detail

      • m_LowerBound

        protected double m_LowerBound
        the lower bound.
      • m_UpperBound

        protected double m_UpperBound
        the upper bound.
    • Constructor Detail

      • Uniform

        public Uniform()
    • Method Detail

      • setLowerBound

        public void setLowerBound​(double value)
        Sets the lower bound.
        Parameters:
        value - the lower bound
      • getLowerBound

        public double getLowerBound()
        Returns the lower bound.
        Returns:
        the lower bound
      • 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.
      • setUpperBound

        public void setUpperBound​(double value)
        Sets the upper bound.
        Parameters:
        value - the upper bound
      • getUpperBound

        public double getUpperBound()
        Returns the upper bound.
        Returns:
        the upper bound
      • upperBoundTipText

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