Metadata-Version: 2.1
Name: NonParStat
Version: 0.0.1
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)
        
        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.8.0
Description-Content-Type: text/markdown
