probabilitycalculator
Class F

java.lang.Object
  extended by probabilitycalculator.Distributions
      extended by probabilitycalculator.F

public class F
extends Distributions


Constructor Summary
F(double dx, int ParmOne, int ParmTwo, int ioption)
          Creates a new instance of F
 
Method Summary
 double df(double x, double dfn, double dfd)
           
 double FCalc()
           
 double invdfF(double x, double dfn, double dfd)
           
 
Methods inherited from class probabilitycalculator.Distributions
betacf, betai, erfc, gammln, gammp, gammq, gcf, gser, rtflsp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F

public F(double dx,
         int ParmOne,
         int ParmTwo,
         int ioption)
Creates a new instance of F

Method Detail

FCalc

public double FCalc()

invdfF

public double invdfF(double x,
                     double dfn,
                     double dfd)

df

public double df(double x,
                 double dfn,
                 double dfd)
Specified by:
df in class Distributions