|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TDistribution
Student's t-Distribution.
References:
Method Summary | |
---|---|
double |
getDegreesOfFreedom()
Access the degrees of freedom. |
void |
setDegreesOfFreedom(double degreesOfFreedom)
Deprecated. as of v2.1 |
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 |
---|
@Deprecated void setDegreesOfFreedom(double degreesOfFreedom)
degreesOfFreedom
- the new degrees of freedom.double getDegreesOfFreedom()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |