probabilitycalculator
Class T

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

public class T
extends Distributions


Constructor Summary
T(double dx, int ParmOne, int ioption)
          Creates a new instance of T
 
Method Summary
 double df(double x, double df, double parmtwo)
           
 double invdfT(double x, double df, double parmtwo)
           
 double TCalc()
           
 
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

T

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

Method Detail

TCalc

public double TCalc()

invdfT

public double invdfT(double x,
                     double df,
                     double parmtwo)

df

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