Metadata-Version: 2.1
Name: grubbs
Version: 0.0.1
Summary: Implements the Grubbs test for outliers
Home-page: https://dsbowen.gitlab.io/grubbs
Author: Dillon Bowen
Author-email: dsbowen@wharton.upenn.edu
License: UNKNOWN
Description: # Grubbs test for outliers
        
        [![pipeline status](https://gitlab.com/dsbowen/example-package/badges/master/pipeline.svg)](https://gitlab.com/dsbowen/grubbs/-/commits/master)
        [![coverage report](https://gitlab.com/dsbowen/example-package/badges/master/coverage.svg)](https://gitlab.com/dsbowen/grubbs/-/commits/master)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gl/dsbowen%2Fgrubbs/HEAD)
        
        This package implements the Grubbs test for outliers. See [https://dsbowen.gitlab.io/grubbs/](https://dsbowen.gitlab.io/grubbs/).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
