|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rvl.stat.dist.Poisson
The Poisson distribution
Constructor Summary | |
Poisson()
|
Method Summary | |
static double |
cdf(int x,
double lambda)
|
static int |
quantile(double alpha,
double lambda)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Poisson()
Method Detail |
public static double cdf(int x, double lambda)
public static int quantile(double alpha, double lambda)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |