Cauchy
The ratio of two normal distributions with location parameter a (with default value 0.0) and half-width half-maximum b (with default value 1.0).
The probability density is given by,
Constructors
Cauchy(const Cauchy distribution) -> Cauchy
Copy constructor for Cauchy distribution.
Parameters
- distribution: Cauchy distribution to be copied
Symbols
| Name | Description |
|---|---|
= | Copy assignment operator for Cauchy distribution. |
Members
| Name | Description |
|---|---|
| a | Location |
| b | Half-width half-Maximum. |
| max | Returns the maximum possible value from the distribution |
| min | Returns the minimum possible value from the distribution |
| sample | Sample from distribution. |