Class Beta

    • Field Detail

      • m_Alpha

        protected double m_Alpha
        the alpha parameter.
      • m_Beta

        protected double m_Beta
        the beta parameter.
      • m_InverseCumAccuracy

        protected double m_InverseCumAccuracy
        the inverse cumulative accuracy.
    • Constructor Detail

      • Beta

        public Beta()
    • Method Detail

      • setAlpha

        public void setAlpha​(double value)
        Sets the alpha.
        Parameters:
        value - the alpha
      • getAlpha

        public double getAlpha()
        Returns the alpha.
        Returns:
        the alpha
      • alphaTipText

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

        public void setBeta​(double value)
        Sets the beta.
        Parameters:
        value - the beta
      • getBeta

        public double getBeta()
        Returns the beta.
        Returns:
        the beta
      • betaTipText

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