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
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.17.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for abc_analysis-0.1.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90aa732214116e57658bb8ba63a9dc350cb9c7a9ab5dab6ea0506a3e96f2783b |
|
MD5 | 796684b1a08943bd2c94db9180cabd36 |
|
BLAKE2b-256 | 3e00fed463f1ee18047c4a380d627d125a75b46afda0f16effc588425612970a |