Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
statsmodels / tools / __init__.py
Size: Mime:
from .tools import add_constant, categorical
from statsmodels.tools._testing import PytestTester

__all__ = ['test', 'add_constant', 'categorical']

test = PytestTester()