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