ABC analysis with automated limit detection
Project description
Performs and visualizes an ABC analysis with automated limit detection.
This package is a Python implementation of the R package ABCanalysis.
The package is based on “Computed ABC Analysis for rational Selection of most informative Variables in multivariate Data”, PLoS One. Ultsch. A., Lotsch J. (2015) doi:10.1371/journal.pone.0129767.
Basic Usage
from abc_analysis import abc_analysis, abc_plot
# Perform an ABC analysis on a numeric vector (without plotting)
dctAnalysis = abc_analysis([1, 15, 25, 17, 2, 3, 5, 6, 2, 3, 22])
# Perform an ABC analysis with plotting
dctAnalysis = abc_analysis([1, 15, 25, 17, 2, 3, 5, 6, 2, 3, 22], True)
# Plot saved results of an ABC analysis
abc_plot(dctAnalysis)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
abc_analysis-0.1.19.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for abc_analysis-0.1.19-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 945ae1eb9ed9afaa44c068543d6ba2ce661587c8e2ab0e9867be4f0de7a8aeac |
|
MD5 | bd5d7bc362ba53cd6c37827494e4ed1b |
|
BLAKE2b-256 | e7d2051b2503ce4ec471ea8fe8ab12714206ccc9fe958ce705d2e8d53417be7a |