Interface FDistribution
- All Superinterfaces:
ContinuousDistribution
,Distribution
- All Known Implementing Classes:
FDistributionImpl
F-Distribution.
References:
- Version:
- $Revision: 920852 $ $Date: 2010-03-09 13:53:44 +0100 (mar. 09 mars 2010) $
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Access the denominator degrees of freedom.double
Access the numerator degrees of freedom.void
setDenominatorDegreesOfFreedom
(double degreesOfFreedom) Deprecated.as of v2.1void
setNumeratorDegreesOfFreedom
(double degreesOfFreedom) Deprecated.as of v2.1Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution
inverseCumulativeProbability
Methods inherited from interface org.apache.commons.math.distribution.Distribution
cumulativeProbability, cumulativeProbability
-
Method Details
-
setNumeratorDegreesOfFreedom
Deprecated.as of v2.1Modify the numerator degrees of freedom.- Parameters:
degreesOfFreedom
- the new numerator degrees of freedom.
-
getNumeratorDegreesOfFreedom
double getNumeratorDegreesOfFreedom()Access the numerator degrees of freedom.- Returns:
- the numerator degrees of freedom.
-
setDenominatorDegreesOfFreedom
Deprecated.as of v2.1Modify the denominator degrees of freedom.- Parameters:
degreesOfFreedom
- the new denominator degrees of freedom.
-
getDenominatorDegreesOfFreedom
double getDenominatorDegreesOfFreedom()Access the denominator degrees of freedom.- Returns:
- the denominator degrees of freedom.
-