Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review and clean up all Box-Cox functions #3080

Merged
merged 11 commits into from Dec 15, 2013
8 changes: 8 additions & 0 deletions scipy/stats/__init__.py
Expand Up @@ -275,6 +275,13 @@
fligner
mood

.. autosummary::
:toctree: generated/

boxcox
boxcox_normmax
boxcox_llf

Contingency table functions
===========================

Expand All @@ -295,6 +302,7 @@
ppcc_max
ppcc_plot
probplot
boxcox_normplot


Masked statistics functions
Expand Down