Uses of Class
org.apache.commons.statistics.distribution.TDistribution
-
Uses of TDistribution in org.apache.commons.statistics.distribution
Subclasses of TDistribution in org.apache.commons.statistics.distributionModifier and TypeClassDescriptionprivate static class
Specialisation of the T-distribution used when there are infinite degrees of freedom.private static class
Implementation of Student's T-distribution.Methods in org.apache.commons.statistics.distribution that return TDistributionModifier and TypeMethodDescriptionstatic TDistribution
TDistribution.of
(double degreesOfFreedom) Creates a Student's t-distribution.