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 class
TDistribution.NormalTDistribution
Specialisation of the T-distribution used when there are infinite degrees of freedom.private static class
TDistribution.StudentsTDistribution
Implementation of Student's T-distribution.Methods in org.apache.commons.statistics.distribution that return TDistribution Modifier and Type Method Description static TDistribution
TDistribution. of(double degreesOfFreedom)
Creates a Student's t-distribution.
-