Lognormal
Models a random variable with a normally distributed logarithm with log-mean m (with default value 0.0) and log-deviation s (with default value 1.0).
The probability density is given by,
Constructors
Lognormal(const Lognormal distribution) -> Lognormal
Copy constructor for Lognormal distribution.
Parameters
- distribution: Lognormal distribution to be copied
Symbols
| Name | Description |
|---|---|
= | Copy assignment operator for Lognormal distribution. |
Members
| Name | Description |
|---|---|
| m | Log-mean |
| max | Returns the maximum possible value from the distribution |
| min | Returns the minimum possible value from the distribution |
| s | Log-standard deviation |
| sample | Sample from distribution. |