|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Student's t-Distribution.
Instances of TDistribution objects should be created using
DistributionFactory.createTDistribution(double)
References:
Method Summary | |
double |
getDegreesOfFreedom()
Access the degrees of freedom. |
void |
setDegreesOfFreedom(double degreesOfFreedom)
Modify the degrees of freedom. |
Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution |
inverseCumulativeProbability |
Methods inherited from interface org.apache.commons.math.distribution.Distribution |
cumulativeProbability, cumulativeProbability |
Method Detail |
public void setDegreesOfFreedom(double degreesOfFreedom)
degreesOfFreedom
- the new degrees of freedom.public double getDegreesOfFreedom()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |