Class Cauchy

    • Field Detail

      • m_Median

        protected double m_Median
        the median parameter.
      • m_Scale

        protected double m_Scale
        the scale parameter.
    • Constructor Detail

      • Cauchy

        public Cauchy()
    • Method Detail

      • setMedian

        public void setMedian​(double value)
        Sets the median.
        Parameters:
        value - the median
      • getMedian

        public double getMedian()
        Returns the median.
        Returns:
        the median
      • medianTipText

        public String medianTipText()
        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.
      • getRealDistribution

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