mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Minor markup and grammar fixes in the statistics docs (gh-117216)
This commit is contained in:
parent
eebea7e515
commit
9db2a8f914
1 changed files with 3 additions and 3 deletions
|
@ -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 <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