pipe.modules.iai
Class ExponentialDistribution

java.lang.Object
  extended by pipe.modules.iai.ExponentialDistribution

public class ExponentialDistribution
extends java.lang.Object

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

ExponentialDistribution

public ExponentialDistribution(double rate)
Method Detail

inverse

public double inverse(double rval)