mirror of
https://github.com/boostorg/random.git
synced 2026-02-22 03:32:22 +00:00
Fix equation. Fixes #9513.
This commit is contained in:
@@ -248,7 +248,7 @@ struct unit_normal_distribution
|
||||
* \random_distribution. Such a distribution produces random numbers
|
||||
* @c x distributed with probability density function
|
||||
* \f$\displaystyle p(x) =
|
||||
* \frac{1}{\sqrt{2\pi\sigma}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}
|
||||
* \frac{1}{\sqrt{2\pi}\sigma} e^{-\frac{(x-\mu)^2}{2\sigma^2}}
|
||||
* \f$,
|
||||
* where mean and sigma are the parameters of the distribution.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user