|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TDistribution | |
|---|---|
| org.apache.commons.math.distribution | Implementations of common discrete and continuous distributions. |
| 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. |
| Methods in org.apache.commons.math.distribution that return TDistribution | |
|---|---|
abstract TDistribution |
DistributionFactory.createTDistribution(double degreesOfFreedom)
Create a new t distribution with the given degrees of freedom. |
TDistribution |
DistributionFactoryImpl.createTDistribution(double degreesOfFreedom)
Create a new t distribution with the given degrees of freedom. |
| Uses of TDistribution in org.apache.commons.math.stat.regression |
|---|
| Methods in org.apache.commons.math.stat.regression that return TDistribution | |
|---|---|
private TDistribution |
SimpleRegression.getTDistribution()
Uses distribution framework to get a t distribution instance with df = n - 2 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||