From Jason Turner

[rand.dist.norm.chisq]

Diff to HTML by rtfpessoa

tmp/tmprsmopo49/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ##### Class template `chi_squared_distribution` <a id="rand.dist.norm.chisq">[[rand.dist.norm.chisq]]</a>
2
 
3
  A `chi_squared_distribution` random number distribution produces random
4
  numbers x > 0 distributed according to the probability density function
5
- $$p(x\,|\,n) = \frac{x^{(n/2)-1} \cdot e^{-x/2}}{\Gamma(n/2) \cdot 2^{n/2}} \text{ .}$$
6
 
7
  ``` cpp
8
  namespace std {
9
  template<class RealType = double>
10
  class chi_squared_distribution {
 
1
  ##### Class template `chi_squared_distribution` <a id="rand.dist.norm.chisq">[[rand.dist.norm.chisq]]</a>
2
 
3
  A `chi_squared_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 chi_squared_distribution {