Uses of Interface
org.apache.commons.math.distribution.TDistribution
-
Packages that use TDistribution Package Description org.apache.commons.math.distribution Implementations of common discrete and continuous distributions.org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction.org.apache.commons.math.stat.regression Statistical routines involving multivariate data. -
-
Uses of TDistribution in org.apache.commons.math.distribution
Classes in org.apache.commons.math.distribution that implement TDistribution Modifier and Type Class Description class
TDistributionImpl
Default implementation ofTDistribution
. -
Uses of TDistribution in org.apache.commons.math.stat.inference
Methods in org.apache.commons.math.stat.inference with parameters of type TDistribution Modifier and Type Method Description void
TTestImpl. setDistribution(TDistribution value)
Deprecated.in 2.2 (to be removed in 3.0).Constructors in org.apache.commons.math.stat.inference with parameters of type TDistribution Constructor Description TTestImpl(TDistribution t)
Deprecated.in 2.2 (to be removed in 3.0). -
Uses of TDistribution in org.apache.commons.math.stat.regression
Methods in org.apache.commons.math.stat.regression with parameters of type TDistribution Modifier and Type Method Description void
SimpleRegression. setDistribution(TDistribution value)
Deprecated.in 2.2 (to be removed in 3.0).Constructors in org.apache.commons.math.stat.regression with parameters of type TDistribution Constructor Description SimpleRegression(TDistribution t)
Deprecated.in 2.2 (to be removed in 3.0).
-