|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJSci.maths.statistics.ProbabilityDistribution
JSci.maths.statistics.GammaDistribution
public final class GammaDistribution
The GammaDistribution class provides an object for encapsulating gamma distributions.
| Constructor Summary | |
|---|---|
GammaDistribution(double s)
Constructs a gamma distribution. |
|
| Method Summary | |
|---|---|
double |
cumulative(double X)
Cumulative gamma distribution function. |
double |
getMean()
Returns the mean. |
double |
getShapeParameter()
Returns the shape parameter. |
double |
getVariance()
Returns the variance. |
double |
inverse(double probability)
Inverse of the cumulative gamma distribution function. |
double |
probability(double X)
Probability density function of a gamma 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 GammaDistribution(double s)
s - the shape parameter.| Method Detail |
|---|
public double getShapeParameter()
public double getMean()
public double getVariance()
public double probability(double X)
(s).
probability in class ProbabilityDistributionpublic double cumulative(double X)
cumulative in class ProbabilityDistributionpublic double inverse(double probability)
inverse in class ProbabilityDistribution
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||