ExponentialSampler.h File Reference

#include <stats/Sampler.h>

Go to the source code of this file.

Classes

class  ExponentialSampler
 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...


Generated on 28 Feb 2009 for Milton by doxygen 1.5.6