Class DblChiSquared

    • Constructor Detail

      • DblChiSquared

        public DblChiSquared()
      • DblChiSquared

        public DblChiSquared​(int degreesOfFreedom)
    • Method Detail

      • setDistribution

        protected void setDistribution​(org.apache.commons.math3.distribution.RealDistribution distribution)
        Description copied from class: DblDistribution
        Sets the continuous distribution to use.
        Overrides:
        setDistribution in class DblDistribution
      • getDegreesOfFreedom

        public int getDegreesOfFreedom()
      • setDegreesOfFreedom

        public void setDegreesOfFreedom​(int degreesOfFreedom)
                                 throws org.apache.commons.math3.exception.NotStrictlyPositiveException
        Sets the degrees of freedom for this distribution.
        Parameters:
        degreesOfFreedom - The degrees of freedom to use.
        Throws:
        org.apache.commons.math3.exception.NotStrictlyPositiveException - If the parameter value was <=0.0.