Weibull
Weibull distribution with shape parameters a (with default value 1.0) and scale parameter b (with default value 1.0).
The probability density function is given by,
Constructors
Weibull(const Weibull distribution) -> Weibull
Copy constructor for Weibull distribution.
Parameters
- distribution: Weibull distribution to be copied
Symbols
| Name | Description |
|---|---|
= | Copy assignment operator for Weibull distribution. |
Members
| Name | Description |
|---|---|
| a | Shape |
| b | Scale |
| max | Returns the maximum possible value from the distribution |
| min | Returns the minimum possible value from the distribution |
| sample | Sample from distribution. |