Metadata-Version: 2.1
Name: papanda
Version: 0.0.1a3
Summary: A small example package
Home-page: https://github.com/Ruslan-Nazarov/papanda
Author: Ruslan Nazarov
Author-email: runaz2007@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Ruslan-Nazarov/papanda/issues
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
License-File: LICENSE.txt

# papanda

Useful tools for statistical data exploration.

Version 0.0.1a2 includes tests for detecting outliers:

1) Generalized ESD Test for Outliers (GESD) for normal distribution;
2) Cochran's test for detecting outliers in a set of variances;
3) Greenwood's test for exponential distribution;
4) Modified boxplot;
5) Trimmed mean.

See example in func_examples.ipynb github

Compliant ISO 16269-4:2010

**Release notes 0.0.1a2**

Buglists:
1) fixed errors in the docstring;
2) fixed problems with access to tables for statistical tests;
3) fixed errors in func_examples.ipynb.

**Release notes 0.0.1a3**

Buglists:
1) fixed errors in setup.py and setup.cfg;


