Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Doc/library/statistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,8 @@ of applications in statistics.
.. versionadded:: 3.8


:class:`NormalDist` Examples and Recipes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Examples and Recipes
--------------------


Classic probability problems
Expand Down Expand Up @@ -974,7 +974,7 @@ Find the `quartiles <https://en.wikipedia.org/wiki/Quartile>`_ 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 <https://en.wikipedia.org/wiki/Monte_Carlo_method>`_:

Expand Down