Metadata-Version: 2.1
Name: NonParStat
Version: 0.0.2
Summary: A collection of various non-parametric tests.
Home-page: https://grzegorzmika.github.io/NonParStat/
Author: Grzegorz Mika
Author-email: g.w.mika@gmail.com
License: MIT
Description: 
        # Nonparametric Tests
        
        [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) 
        [![Build Status](https://travis-ci.com/GrzegorzMika/NonParStat.svg?branch=master)](https://travis-ci.com/GrzegorzMika/NonParStat)
        [![codecov](https://codecov.io/gh/GrzegorzMika/NonParStat/branch/master/graph/badge.svg)](https://codecov.io/gh/GrzegorzMika/NonParStat)
        
        <a href="https://www.buymeacoffee.com/grzegorzm" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
        
        NonParStat is a python module containing various non parametric statistical tests. The name NonParStat is a shortcut from Non-Parametric Statistics. The aim of the package is to extend the functionalities provided in the `scipy` package in the scope of statistical testing. 
        
        List of available tests:
        
        1. Scale-location Cucconi test
        2. Scale-location Podgor-Gastwirth test
        
        To generate the documentation run `pdoc3 --html --force  -o'docs' nonparstat/`.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown
