|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.cas.utilities.ProbDist
ca.cas.utilities.ExponentialDist
public class ExponentialDist
Each ExponentialDist object represents a probability distribution for which the probability of x is exp(-lambda*x)*(1 - exp(-lambda))
| Field Summary |
|---|
| Fields inherited from class ca.cas.utilities.ProbDist |
|---|
CONSTANT, EXP, max, min, ONE, POISSON, probs, ZERO |
| Constructor Summary | |
|---|---|
ExponentialDist(double lambda,
double precision)
|
|
| Method Summary |
|---|
| Methods inherited from class ca.cas.utilities.ProbDist |
|---|
getMax, getProbDist, next, probFor, probMoreThan, probUpTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExponentialDist(double lambda,
double precision)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||