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