public class ChiSquareDistribution
extends java.lang.Object
| Constructor and Description |
|---|
ChiSquareDistribution() |
| Modifier and Type | Method and Description |
|---|---|
double |
generate_distribution(double degrees,
double value)
This method returns the one minus the cumulative probability for the chi squared distribution
|
static double |
logGamma(double x)
Calculates the Log Gamma
|
public double generate_distribution(double degrees,
double value)
This method returns the one minus the cumulative probability for the chi squared distribution
degrees - : the degrees of freedomvalue - : the value of the chipublic static double logGamma(double x)
Calculates the Log Gamma
x - the degrees of freedom of a Gamma distribution