Class F

    • Field Detail

      • m_NumeratorDegreesOfFreedom

        protected double m_NumeratorDegreesOfFreedom
        the numerator degrees of freedom.
      • m_DenominatorDegreesOfFreedom

        protected double m_DenominatorDegreesOfFreedom
        the denominator degrees of freedom.
      • m_InverseCumAccuracy

        protected double m_InverseCumAccuracy
        the inverse cumulative accuracy.
    • Constructor Detail

      • F

        public F()
    • Method Detail

      • setNumeratorDegreesOfFreedom

        public void setNumeratorDegreesOfFreedom​(double value)
        Sets the numerator degrees of freedom.
        Parameters:
        value - the degrees
      • getNumeratorDegreesOfFreedom

        public double getNumeratorDegreesOfFreedom()
        Returns the numerator degrees of freedom.
        Returns:
        the degrees
      • numeratorDegreesOfFreedomTipText

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

        public void setDenominatorDegreesOfFreedom​(double value)
        Sets the denominator degrees of freedom.
        Parameters:
        value - the degrees
      • getDenominatorDegreesOfFreedom

        public double getDenominatorDegreesOfFreedom()
        Returns the denominator degrees of freedom.
        Returns:
        the degrees
      • denominatorDegreesOfFreedomTipText

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