Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

alkaline-ml / statsmodels   python

Repository URL to install this package:

Version: 0.11.1 

/ stats / libqsturng / __init__.py

from .qsturng_ import psturng, qsturng, p_keys, v_keys

from statsmodels.tools._testing import PytestTester

__all__ = ['p_keys', 'psturng', 'qsturng', 'v_keys', 'test']

test = PytestTester()