Bounded Gamma distribution (similar to the bndgamma in the circuit toolbox). More...
#include <RandomDistribution.h>
Public Member Functions | |
BndGammaDistribution (double mu, double cv, double upperBound) | |
virtual double | get (RandomEngine &eng) |
virtual RandomDistribution * | clone (void) const |
Protected Attributes | |
UniformDistribution | uniform |
double | mu |
double | cv |
double | ub |
Bounded Gamma distribution (similar to the bndgamma in the circuit toolbox).