Class DblTDist

    • Constructor Detail

      • DblTDist

        public DblTDist()
      • DblTDist

        public DblTDist​(double 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 double getDegreesOfFreedom()
      • setDegreesOfFreedom

        public void setDegreesOfFreedom​(double 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.