|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--edu.uah.math.distributions.Distribution
|
+--edu.uah.math.distributions.PoissonDistribution
The Poisson distribution with a specified rate parameter
| Field Summary |
| Fields inherited from class edu.uah.math.distributions.Distribution |
CONTINUOUS, DISCRETE, MIXED |
| Constructor Summary | |
PoissonDistribution()
Default constructor: creates a new Poisson distribtiton with parameter 1 |
|
PoissonDistribution(double r)
Default constructor: creates a new Poisson distribution with a given parameter value |
|
| Method Summary | |
double |
getCDF(double x)
Cumulative distribution function |
double |
getDensity(double x)
Density function |
double |
getMaxDensity()
Maximum value of the getDensity function |
double |
getMean()
Mean |
double |
getParameter()
Parameter |
double |
getVariance()
Variance |
void |
setParameter(double r)
Sets the parameter |
double |
simulate()
Simulate a value |
| Methods inherited from class edu.uah.math.distributions.Distribution |
betaCDF, comb, factorial, gamma, gammaCDF, getDomain, getFailureRate, getMedian, getQuantile, getSD, getType, logGamma, perm, setParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PoissonDistribution(double r)
public PoissonDistribution()
| Method Detail |
public void setParameter(double r)
public double getParameter()
public double getDensity(double x)
getDensity in class Distributionpublic double getMaxDensity()
getMaxDensity in class Distributionpublic double getCDF(double x)
getCDF in class Distributionpublic double getMean()
getMean in class Distributionpublic double getVariance()
getVariance in class Distributionpublic double simulate()
simulate in class Distribution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||