probabilitycalculator
Class ChiSquare

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

public class ChiSquare
extends Distributions


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

ChiSquare

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

Method Detail

ChiSquareCalc

public double ChiSquareCalc()

invdfChiSquare

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

df

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