BndNormalDistribution Class Reference

Bounded Normal distribution (similar to the bndnormal in the circuit toolbox). More...

#include <RandomDistribution.h>

Inheritance diagram for BndNormalDistribution:

Inheritance graph
[legend]
Collaboration diagram for BndNormalDistribution:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 BndNormalDistribution (double mu, double cv, double lowerBound, double upperBound)
virtual ~BndNormalDistribution ()
virtual double get (RandomEngine &eng)
virtual RandomDistributionclone (void) const

Protected Attributes

UniformDistribution uniform
double mu
double cv
double lb
double ub


Detailed Description

Bounded Normal distribution (similar to the bndnormal in the circuit toolbox).

Definition at line 239 of file RandomDistribution.h.


Constructor & Destructor Documentation

BndNormalDistribution::BndNormalDistribution ( double  mu,
double  cv,
double  lowerBound,
double  upperBound 
)

Definition at line 97 of file RandomDistribution.cpp.

Referenced by clone().

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

Definition at line 243 of file RandomDistribution.h.


Member Function Documentation

double BndNormalDistribution::get ( RandomEngine eng  )  [virtual]

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

Reimplemented from RandomDistributionBoostImplementation< boost::normal_distribution< double > >.

Definition at line 249 of file RandomDistribution.h.

References BndNormalDistribution(), lb, and ub.

Here is the call graph for this function:


Member Data Documentation

Definition at line 252 of file RandomDistribution.h.

Referenced by get().

Definition at line 256 of file RandomDistribution.h.

Referenced by get().

Definition at line 256 of file RandomDistribution.h.

Referenced by get().

Definition at line 256 of file RandomDistribution.h.

Referenced by clone(), and get().

Definition at line 256 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