Normal
Normal (Gaussian) distribution parameterized by mean (with default value 0.0) and stddev (with default value 1.0).
The probability density function with representing the mean and representing the stddev is given by,
Constructors
Normal(const Normal distribution) -> Normal
Copy constructor for Normal distribution.
Parameters
- distribution: Normal distribution to be copied
Symbols
| Name | Description |
|---|---|
= | Copy assignment operator for Normal distribution. |
Members
| Name | Description |
|---|---|
| max | Returns the maximum possible value from the distribution |
| mean | Mean value |
| min | Returns the minimum possible value from the distribution |
| sample | Sample from distribution. |
| stddev | Standard deviation |