|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributionFactory | |
---|---|
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. |
Uses of DistributionFactory in org.apache.commons.math.distribution |
---|
Subclasses of DistributionFactory in org.apache.commons.math.distribution | |
---|---|
class |
DistributionFactoryImpl
Deprecated. pluggability of distribution instances is now provided through constructors and setters. |
Methods in org.apache.commons.math.distribution that return DistributionFactory | |
---|---|
static DistributionFactory |
DistributionFactory.newInstance()
Deprecated. Create an instance of a DistributionFactory |
Uses of DistributionFactory in org.apache.commons.math.stat.inference |
---|
Methods in org.apache.commons.math.stat.inference that return DistributionFactory | |
---|---|
protected DistributionFactory |
TTestImpl.getDistributionFactory()
Deprecated. inject TDistribution directly instead of using a factory. |
protected DistributionFactory |
ChiSquareTestImpl.getDistributionFactory()
Deprecated. inject ChiSquaredDistribution instances directly instead of using a factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |