probabilitycalculator
Class ChiSquare
java.lang.Object
probabilitycalculator.Distributions
probabilitycalculator.ChiSquare
public class ChiSquare
- extends Distributions
Constructor Summary |
ChiSquare(double dx,
int ParmOne,
int ioption)
Creates a new instance of ChiSquare |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChiSquare
public ChiSquare(double dx,
int ParmOne,
int ioption)
- Creates a new instance of ChiSquare
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