mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
[3.12] Minor markup and grammar fixes in the statistics docs (gh-117216) (gh-117218)
This commit is contained in:
parent
bd2c60f8c2
commit
0c334f627b
1 changed files with 3 additions and 3 deletions
|
@ -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 <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>`_:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue