|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
F-Distribution.
Instances of FDistribution objects should be created using
DistributionFactory.createFDistribution(double,double)
.
References:
Method Summary | |
double |
getDenominatorDegreesOfFreedom()
Access the denominator degrees of freedom. |
double |
getNumeratorDegreesOfFreedom()
Access the numerator degrees of freedom. |
void |
setDenominatorDegreesOfFreedom(double degreesOfFreedom)
Modify the denominator degrees of freedom. |
void |
setNumeratorDegreesOfFreedom(double degreesOfFreedom)
Modify the numerator 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 setNumeratorDegreesOfFreedom(double degreesOfFreedom)
degreesOfFreedom
- the new numerator degrees of freedom.public double getNumeratorDegreesOfFreedom()
public void setDenominatorDegreesOfFreedom(double degreesOfFreedom)
degreesOfFreedom
- the new denominator degrees of freedom.public double getDenominatorDegreesOfFreedom()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |