|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FDistribution
F-Distribution.
References:
Method Summary | |
---|---|
double |
getDenominatorDegreesOfFreedom()
Access the denominator degrees of freedom. |
double |
getNumeratorDegreesOfFreedom()
Access the numerator degrees of freedom. |
void |
setDenominatorDegreesOfFreedom(double degreesOfFreedom)
Deprecated. as of v2.1 |
void |
setNumeratorDegreesOfFreedom(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 setNumeratorDegreesOfFreedom(double degreesOfFreedom)
degreesOfFreedom
- the new numerator degrees of freedom.double getNumeratorDegreesOfFreedom()
@Deprecated void setDenominatorDegreesOfFreedom(double degreesOfFreedom)
degreesOfFreedom
- the new denominator degrees of freedom.double getDenominatorDegreesOfFreedom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |