We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2c60f commit 0c334f6Copy full SHA for 0c334f6
1 file changed
Doc/library/statistics.rst
@@ -938,8 +938,8 @@ of applications in statistics.
938
.. versionadded:: 3.8
939
940
941
-:class:`NormalDist` Examples and Recipes
942
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Examples and Recipes
+--------------------
943
944
945
Classic probability problems
@@ -974,7 +974,7 @@ Find the `quartiles <https://en.wikipedia.org/wiki/Quartile>`_ and `deciles
974
Monte Carlo inputs for simulations
975
**********************************
976
977
-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
978
analytically, :class:`NormalDist` can generate input samples for a `Monte
979
Carlo simulation <https://en.wikipedia.org/wiki/Monte_Carlo_method>`_:
980
0 commit comments