From: Raymond Hettinger Date: Mon, 25 Mar 2024 14:26:42 +0000 (-0500) Subject: Minor markup and grammar fixes in the statistics docs (gh-117216) X-Git-Tag: v3.13.0a6~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9db2a8f914ad59019d448cecc43b6d45f46424a0;p=thirdparty%2FPython%2Fcpython.git Minor markup and grammar fixes in the statistics docs (gh-117216) --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 79c681234545..8cd43c2d6305 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -1000,8 +1000,8 @@ of applications in statistics. .. versionadded:: 3.8 -:class:`NormalDist` Examples and Recipes -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Examples and Recipes +-------------------- Classic probability problems @@ -1036,7 +1036,7 @@ Find the `quartiles `_ and `deciles Monte Carlo inputs for simulations ********************************** -To estimate the distribution for a model than isn't easy to solve +To estimate the distribution for a model that isn't easy to solve analytically, :class:`NormalDist` can generate input samples for a `Monte Carlo simulation `_: