Uses of Class
org.apache.commons.statistics.distribution.TDistribution
Packages that use TDistribution
Package
Description
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.distributionModifier and TypeClassDescriptionprivate static classSpecialisation of the T-distribution used when there are infinite degrees of freedom.private static classImplementation of Student's T-distribution.Methods in org.apache.commons.statistics.distribution that return TDistributionModifier and TypeMethodDescriptionstatic TDistributionTDistribution.of(double degreesOfFreedom) Creates a Student's t-distribution.