com.rapidminer.tools.math
Class FDistribution

java.lang.Object
  extended by com.rapidminer.tools.math.FDistribution

public class FDistribution
extends java.lang.Object

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).

Author:
Ingo Mierswa

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

FDistribution

public FDistribution(int degreeOfFreedom1,
                     int degreeOfFreedom2)
Method Detail

getProbabilityForValue

public double getProbabilityForValue(double value)
This method returns the probability that a value is greater than the given one.



Copyright © 2001-2009 by Rapid-I