Class ChiSquared

    • Field Detail

      • m_DegreesOfFreedom

        protected double m_DegreesOfFreedom
        the degrees of freedom.
      • m_InverseCumAccuracy

        protected double m_InverseCumAccuracy
        the inverse cumulative accuracy.
    • Constructor Detail

      • ChiSquared

        public ChiSquared()
    • Method Detail

      • setDegreesOfFreedom

        public void setDegreesOfFreedom​(double value)
        Sets the degrees of freedom.
        Parameters:
        value - the degrees
      • getDegreesOfFreedom

        public double getDegreesOfFreedom()
        Returns the degrees of freedom.
        Returns:
        the degrees
      • degreesOfFreedomTipText

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