Metadata-Version: 1.2
Name: hotelling
Version: 0.2.0
Summary: Hotelling implements one and two sample Hotelling T2 tests
Home-page: https://github.com/dionresearch/hotelling
Author: Francois Dion
Author-email: fdion@dionresearch.com
License: MIT license
Description: =========
        Hotelling
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/hotelling.svg
                :target: https://pypi.python.org/pypi/hotelling
        
        .. image:: https://img.shields.io/travis/fdion/hotelling.svg
                :target: https://travis-ci.org/fdion/hotelling
        
        .. image:: https://readthedocs.org/projects/hotelling/badge/?version=latest
                :target: https://hotelling.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/fdion/hotelling/shield.svg
             :target: https://pyup.io/repos/github/fdion/hotelling/
             :alt: Updates
        
        
        
        Hotelling implements one and two sample Hotelling T^2 (T-squared) tests.
        
        
        * Free software: MIT license
        * Documentation: https://hotelling.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.2.0 (2020-06-02)
        ------------------
        
        * Added one sample T-squared test
        
        0.1.0 (2019-10-27)
        ------------------
        
        * First release
        
Keywords: hotelling
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
