ExponentialSampler.cpp File Reference
Represents an exponential distribution: X ~ Exp(lambda) ; lambda > 0 f(x) = lambda * exp(-lambda * x) ; x >= 0 E(X) = 1 / lambda Var(X) = 1 / (lambda ^ 2). More...
#include "ExponentialSampler.h"
Go to the source code of this file.
Detailed Description
Represents an exponential distribution: X ~ Exp(lambda) ; lambda > 0 f(x) = lambda * exp(-lambda * x) ; x >= 0 E(X) = 1 / lambda Var(X) = 1 / (lambda ^ 2).
- Date:
- Fall 2008
Definition in file ExponentialSampler.cpp.
Generated on 28 Feb 2009 for Milton by
1.5.6