Bounded Normal distribution (similar to the bndnormal in the circuit toolbox). More...
#include <RandomDistribution.h>
Public Member Functions | |
BndNormalDistribution (double mu, double cv, double lowerBound, double upperBound) | |
virtual double | get (RandomEngine &eng) |
virtual RandomDistribution * | clone (void) const |
Protected Attributes | |
UniformDistribution | uniform |
double | mu |
double | cv |
double | lb |
double | ub |
Bounded Normal distribution (similar to the bndnormal in the circuit toolbox).