Metadata-Version: 2.1
Name: statstests
Version: 1.0.9
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Helder Prado Santos, Luiz Paulo Fávero
Author-email: pystatstests@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/stats-tests/statstests
Keywords: statstests, statsmodels, statistical tests, statistical process
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS

# About statstests

statstests is a Python package that provides a complement of process and statistical tests for statsmodels statistical models.

# **Installation**

    pip install statstests

# Documentation

The documentation for the latest release is at

https://stats-tests.github.io/statstests/

# Main Features

- Statistical tests:

  - Shapiro-Francia normality test
  - Overdispersion test

- Linear regression models:

  - Process: Stepwise

# Discussion and Development

Discussions take place on the mailing list

https://groups.google.com/group/pystatstests

We are very interested in feedback about usability and suggestions for improvements.



