tmp/tmpufsxbgxx/{from.md → to.md}
RENAMED
|
@@ -1,14 +1,10 @@
|
|
| 1 |
##### Class template `extreme_value_distribution` <a id="rand.dist.pois.extreme">[[rand.dist.pois.extreme]]</a>
|
| 2 |
|
| 3 |
An `extreme_value_distribution` random number distribution produces
|
| 4 |
random numbers x distributed according to the probability density
|
| 5 |
-
function[^7]
|
| 6 |
-
|
| 7 |
-
$$p(x\,|\,a,b) = \frac{1}{b}
|
| 8 |
-
\cdot \exp\left(\frac{a-x}{b} - \exp\left(\frac{a-x}{b}\right)\right)
|
| 9 |
-
\text{ .}$$
|
| 10 |
|
| 11 |
``` cpp
|
| 12 |
namespace std {
|
| 13 |
template<class RealType = double>
|
| 14 |
class extreme_value_distribution {
|
|
|
|
| 1 |
##### Class template `extreme_value_distribution` <a id="rand.dist.pois.extreme">[[rand.dist.pois.extreme]]</a>
|
| 2 |
|
| 3 |
An `extreme_value_distribution` random number distribution produces
|
| 4 |
random numbers x distributed according to the probability density
|
| 5 |
+
function in .[^7]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
namespace std {
|
| 9 |
template<class RealType = double>
|
| 10 |
class extreme_value_distribution {
|