Interface TDistribution
- All Superinterfaces:
ContinuousDistribution,Distribution
- All Known Implementing Classes:
TDistributionImpl
Student's t-Distribution.
References:
-
Method Summary
Modifier and TypeMethodDescriptiondoubleAccess the degrees of freedom.voidsetDegreesOfFreedom(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
-
setDegreesOfFreedom
Deprecated.as of v2.1Modify the degrees of freedom.- Parameters:
degreesOfFreedom- the new degrees of freedom.
-
getDegreesOfFreedom
double getDegreesOfFreedom()Access the degrees of freedom.- Returns:
- the degrees of freedom.
-