#include <eoGaussRealWeightUp.h>
Inheritance diagram for eoGaussRealWeightUp:

Public Member Functions | |
| eoGaussRealWeightUp (double _mean=0, double _stdev=1.0) | |
| Default constructor. | |
| void | operator() (double &_weight) |
| Assign Gaussian deviation to _weight. | |
Protected Attributes | |
| double | mean |
| double | stdev |
Definition at line 23 of file eoGaussRealWeightUp.h.
| eoGaussRealWeightUp::eoGaussRealWeightUp | ( | double | _mean = 0, |
|
| double | _stdev = 1.0 | |||
| ) | [inline] |
Default constructor.
| _mean | - Mean for Gaussian distribution | |
| _stdev | - Standard deviation for Gaussian distribution |
Definition at line 32 of file eoGaussRealWeightUp.h.
| void eoGaussRealWeightUp::operator() | ( | double & | _weight | ) | [inline, virtual] |
Assign Gaussian deviation to _weight.
| _weight | - The modified weight as a double |
Implements eoUF< double &, void >.
Definition at line 41 of file eoGaussRealWeightUp.h.
References mean, eoRng::normal(), and stdev.
1.4.7