From 9d35b2beb06d6b4f6e171116e350b61dd69dd533 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 7 Jan 2019 07:48:31 +0000 Subject: [PATCH] Last review comment --- openmc/stats/univariate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/stats/univariate.py b/openmc/stats/univariate.py index f0ce6f83fe..c172c7c64b 100644 --- a/openmc/stats/univariate.py +++ b/openmc/stats/univariate.py @@ -313,7 +313,7 @@ class Normal(Univariate): The Normal Distribution is characterized by two parameters :math:`\mu` and :math:`\sigma` and has density function - :math:`p(X) dX = 1/\2*sigma\sqrt{\pi} * e^{(X-\mu/\2*sigma}` + :math:`p(X) dX = 1/(\sqrt{2\pi}\sigma) e^{-(X-\mu)^2/(2\sigma^2)}` Parameters ----------