|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJSci.maths.statistics.ProbabilityDistribution
JSci.maths.statistics.FDistribution
public final class FDistribution
The FDistribution class provides an object for encapsulating F-distributions.
| Constructor Summary | |
|---|---|
FDistribution(double dgrP,
double dgrQ)
Constructs an F-distribution. |
|
| Method Summary | |
|---|---|
double |
cumulative(double X)
Cumulative F-distribution function. |
double |
getDegreesOfFreedomP()
Returns the degrees of freedom p. |
double |
getDegreesOfFreedomQ()
Returns the degrees of freedom q. |
double |
inverse(double probability)
Inverse of the cumulative F-distribution function. |
double |
probability(double X)
Probability density function of an F-distribution. |
| Methods inherited from class JSci.maths.statistics.ProbabilityDistribution |
|---|
checkRange, checkRange, findRoot |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FDistribution(double dgrP,
double dgrQ)
dgrP - degrees of freedom p.dgrQ - degrees of freedom q.| Method Detail |
|---|
public double getDegreesOfFreedomP()
public double getDegreesOfFreedomQ()
public double probability(double X)
probability in class ProbabilityDistributionpublic double cumulative(double X)
cumulative in class ProbabilityDistributionpublic double inverse(double probability)
inverse in class ProbabilityDistribution
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||