#include <RandomDistribution.h>
Public Member Functions | |
BndGammaDistribution (double mu, double cv, double upperBound) | |
virtual | ~BndGammaDistribution () |
virtual double | get (RandomEngine &eng) |
virtual RandomDistribution * | clone (void) const |
Protected Attributes | |
UniformDistribution | uniform |
double | mu |
double | cv |
double | ub |
Definition at line 217 of file RandomDistribution.h.
virtual BndGammaDistribution::~BndGammaDistribution | ( | ) | [inline, virtual] |
Definition at line 221 of file RandomDistribution.h.
double BndGammaDistribution::get | ( | RandomEngine & | eng | ) | [virtual] |
Reimplemented from Gamma2Distribution.
Definition at line 77 of file RandomDistribution.cpp.
References cv, RandomDistributionBoostImplementation< boost_dist >::get(), Gamma2Distribution::get(), min, mu, ub, and uniform.
virtual RandomDistribution* BndGammaDistribution::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from Gamma2Distribution.
Definition at line 227 of file RandomDistribution.h.
References BndGammaDistribution(), and ub.
UniformDistribution BndGammaDistribution::uniform [protected] |
double BndGammaDistribution::mu [protected] |
double BndGammaDistribution::cv [protected] |
double BndGammaDistribution::ub [protected] |