Uses of Interface
org.apache.commons.math.distribution.TDistribution

Packages that use TDistribution
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
 class TDistributionImpl
          Default implementation of TDistribution.
 

Uses of TDistribution in org.apache.commons.math.stat.inference
 

Methods in org.apache.commons.math.stat.inference with parameters of type TDistribution
 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
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
 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
SimpleRegression(TDistribution t)
          Deprecated. in 2.2 (to be removed in 3.0). Please use the other constructor instead.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.