Useful tools for statistical data exploration.
Version 0.0.1a2 includes tests for detecting outliers:
- Generalized ESD Test for Outliers (GESD) for normal distribution;
- Cochran's test for detecting outliers in a set of variances;
- Greenwood's test for exponential distribution;
- Modified boxplot;
- Trimmed mean.
See example in func_examples.ipynb github
Compliant ISO 16269-4:2010
Release notes 0.0.1a2
Buglists:
- fixed errors in the docstring;
- fixed problems with access to tables for statistical tests;
- fixed errors in func_examples.ipynb.
Release notes 0.0.1a3
Buglists:
- fixed errors in setup.py and setup.cfg.
Release notes 0.0.1a4
Buglists:
- fixed errors in setup.py and setup.cfg.