From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:33:15 +0000 (+0100) Subject: [3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-117218) X-Git-Tag: v3.12.3~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c334f627bc11b11193ee7224971e4a249f24fe4;p=thirdparty%2FPython%2Fcpython.git [3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-117218) --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 3a4d265a6a8d..a79b94c85cd1 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -938,8 +938,8 @@ of applications in statistics. .. versionadded:: 3.8 -:class:`NormalDist` Examples and Recipes -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Examples and Recipes +-------------------- Classic probability problems @@ -974,7 +974,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 `_: