Uses of Class
org.apache.commons.statistics.distribution.TDistribution
-
Packages that use TDistribution Package Description org.apache.commons.statistics.distribution Implementations of common discrete and continuous probability distributions. -
-
Uses of TDistribution in org.apache.commons.statistics.distribution
Subclasses of TDistribution in org.apache.commons.statistics.distribution Modifier and Type Class Description private static classTDistribution.NormalTDistributionSpecialisation of the T-distribution used when there are infinite degrees of freedom.private static classTDistribution.StudentsTDistributionImplementation of Student's T-distribution.Methods in org.apache.commons.statistics.distribution that return TDistribution Modifier and Type Method Description static TDistributionTDistribution. of(double degreesOfFreedom)Creates a Student's t-distribution.
-