Documentation of 'org.apache.commons.math.distribution.ChiSquaredDistribution' Java class
ChiSquaredDistribution
org.apache.commons.math.distribution

Interface ChiSquaredDistribution

    • Method Detail

      • setDegreesOfFreedom

        @Deprecated
        void setDegreesOfFreedom(double degreesOfFreedom)
        Deprecated. as of v2.1
        Modify the degrees of freedom.
        Parameters:
        degreesOfFreedom - the new degrees of freedom.
      • getDegreesOfFreedom

        double getDegreesOfFreedom()
        Access the degrees of freedom.
        Returns:
        the degrees of freedom.
      • density

        double density(java.lang.Double x)
        Return the probability density for a particular point.
        Specified by:
        density in interface HasDensity<java.lang.Double>
        Parameters:
        x - The point at which the density should be computed.
        Returns:
        The pdf at point x.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.