|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpipe.modules.iai.ExponentialDistribution
public class ExponentialDistribution
This class is used to calculate exponentially distributed random variables. The algorithm is based on the basic formulas to be found in any math book on the subject.
Constructor Summary | |
---|---|
ExponentialDistribution(double rate)
|
Method Summary | |
---|---|
double |
inverse(double rval)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExponentialDistribution(double rate)
Method Detail |
---|
public double inverse(double rval)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |