Public Member Functions | Protected Attributes

BndGammaDistribution Class Reference

Bounded Gamma distribution (similar to the bndgamma in the circuit toolbox). More...

#include <RandomDistribution.h>

Inheritance diagram for BndGammaDistribution:
Gamma2Distribution GammaDistribution RandomDistributionBoostImplementation< boost::gamma_distribution< double > > RandomDistribution

List of all members.

Public Member Functions

 BndGammaDistribution (double mu, double cv, double upperBound)
virtual double get (RandomEngine &eng)
virtual RandomDistributionclone (void) const

Protected Attributes

UniformDistribution uniform
double mu
double cv
double ub

Detailed Description

Bounded Gamma distribution (similar to the bndgamma in the circuit toolbox).


The documentation for this class was generated from the following files: