Public Member Functions | Protected Attributes

BndNormalDistribution Class Reference

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

#include <RandomDistribution.h>

Inheritance diagram for BndNormalDistribution:
NormalDistribution RandomDistributionBoostImplementation< boost::normal_distribution< double > > RandomDistribution

List of all members.

Public Member Functions

 BndNormalDistribution (double mu, double cv, double lowerBound, double upperBound)
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).


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