BndGammaDistribution Class Reference

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

#include <RandomDistribution.h>

Inheritance diagram for BndGammaDistribution:

Inheritance graph
[legend]
Collaboration diagram for BndGammaDistribution:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 BndGammaDistribution (double mu, double cv, double upperBound)
virtual ~BndGammaDistribution ()
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).

Definition at line 217 of file RandomDistribution.h.


Constructor & Destructor Documentation

BndGammaDistribution::BndGammaDistribution ( double  mu,
double  cv,
double  upperBound 
)

Definition at line 71 of file RandomDistribution.cpp.

Referenced by clone().

virtual BndGammaDistribution::~BndGammaDistribution (  )  [inline, virtual]

Definition at line 221 of file RandomDistribution.h.


Member Function Documentation

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.

Here is the call graph for this function:

virtual RandomDistribution* BndGammaDistribution::clone ( void   )  const [inline, virtual]

Reimplemented from Gamma2Distribution.

Definition at line 227 of file RandomDistribution.h.

References BndGammaDistribution(), and ub.

Here is the call graph for this function:


Member Data Documentation

Definition at line 230 of file RandomDistribution.h.

Referenced by get().

Definition at line 234 of file RandomDistribution.h.

Referenced by get().

Definition at line 234 of file RandomDistribution.h.

Referenced by get().

Definition at line 234 of file RandomDistribution.h.

Referenced by clone(), and get().


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

Generated on Wed Jul 9 16:34:47 2008 for PCSIM by  doxygen 1.5.5