|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.statistics.ProbabilityDistribution JSci.maths.statistics.ChiSqrDistribution
public final class ChiSqrDistribution
The ChiSqrDistribution class provides an object for encapsulating chi-squared distributions.
Constructor Summary | |
---|---|
ChiSqrDistribution(double dgr)
Constructs a chi-squared distribution. |
Method Summary | |
---|---|
double |
cumulative(double X)
Cumulative chi-squared distribution function. |
double |
getDegreesOfFreedom()
Returns the degrees of freedom. |
double |
inverse(double probability)
Inverse of the cumulative chi-squared distribution function. |
double |
probability(double X)
Probability density function of a chi-squared distribution. |
Methods inherited from class JSci.maths.statistics.ProbabilityDistribution |
---|
checkRange, checkRange, findRoot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChiSqrDistribution(double dgr)
dgr
- degrees of freedom.Method Detail |
---|
public double getDegreesOfFreedom()
public double probability(double X)
probability
in class ProbabilityDistribution
public double cumulative(double X)
cumulative
in class ProbabilityDistribution
public double inverse(double probability)
inverse
in class ProbabilityDistribution
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |