diff --git a/docs/stats/index.rst b/docs/stats/index.rst index d6a8663128c..2a810b87c23 100644 --- a/docs/stats/index.rst +++ b/docs/stats/index.rst @@ -9,7 +9,7 @@ Introduction The `astropy.stats` package holds statistical functions or algorithms used in astronomy. While the `scipy.stats` and `statsmodels -`_ packages contains a +`_ packages contains a wide range of statistical tools, they are general-purpose packages and are missing some tools that are particularly useful or specific to astronomy. This package is intended to provide such functionality, @@ -140,7 +140,7 @@ See Also and classes. The functionality in `astropy.stats` is intended to supplement this, *not* replace it. -* `statsmodels `_ +* `statsmodels `_ The statsmodels package provides functionality for estimating different statistical models, tests, and data exploration. @@ -150,7 +150,6 @@ See Also migrated here, but there are still a number of tools there that are useful for astronomy and statistical analysis. - * :func:`astropy.visualization.hist` The :func:`~astropy.stats.histogram` routine and related functionality defined here are used within the :func:`astropy.visualization.hist`