Interface FDistribution
- All Superinterfaces:
ContinuousDistribution,Distribution
- All Known Implementing Classes:
FDistributionImpl
F-Distribution.
References:
-
Method Summary
Modifier and TypeMethodDescriptiondoubleAccess the denominator degrees of freedom.doubleAccess the numerator degrees of freedom.voidsetDenominatorDegreesOfFreedom(double degreesOfFreedom) Deprecated.as of v2.1voidsetNumeratorDegreesOfFreedom(double degreesOfFreedom) Deprecated.as of v2.1Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution
inverseCumulativeProbabilityMethods 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.
-