|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.FDistribution
public class FDistribution
The FDistribution depends on two given degrees of freedom. It can be used to calculate the probability from the result of a significance test (i.e. the probability that a null hypothesis can be hold).
| Constructor Summary | |
|---|---|
FDistribution(int degreeOfFreedom1,
int degreeOfFreedom2)
|
|
| Method Summary | |
|---|---|
double |
getProbabilityForValue(double value)
This method returns the probability that a value is greater than the given one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FDistribution(int degreeOfFreedom1,
int degreeOfFreedom2)
| Method Detail |
|---|
public double getProbabilityForValue(double value)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||