|
|||||||||
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.TDistribution
public final class TDistribution
The TDistribution class provides an object for encapsulating student's t-distributions.
Constructor Summary | |
---|---|
TDistribution(int r)
Constructor for student's t-distribution. |
Method Summary | |
---|---|
double |
cumulative(double X)
Cumulative student's t-distribution function. |
int |
getDegreesOfFreedom()
Returns the degrees of freedom. |
double |
inverse(double probability)
Inverse of the cumulative student's t-distribution function. |
double |
probability(double X)
Probability density function of a student's t-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 TDistribution(int r)
r
- degrees of freedom.Method Detail |
---|
public int 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 |