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

Initial stats docs #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Initial stats docs #15

wants to merge 2 commits into from

Conversation

luk-f-a
Copy link

@luk-f-a luk-f-a commented Aug 30, 2019

This PR establishes the basic documentation for the stats module.

from .stats import *
from .distributions import *

__all__ = [s for s in dir() if not s.startswith("_")] # Remove dunders.
Copy link
Contributor

@person142 person142 Sep 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a practice from SciPy that probably shouldn't be carried over-it tends to lead to all sorts of junk ending up in __all__. Better to define __all__ for stats and distributions and then combine them here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants