Create, evaluate, and visualize zero-acceptance sampling plans.
Project description
# lotsampling
A Python library for creating, evaluating, and visualizing zero-acceptance acceptance sampling plans.
## Features
- Binomial sampling plans
- Hypergeometric sampling plans
- AOQL calculations
- Operating Characteristic (OC) curves
- Streamlit demo application
## Installation
pip install lotsampling
## Example
from lotsampling import evaluate\_binomial\_plan
result = evaluate\_binomial\_plan(
  sample\_size=30,
  lot\_size=500,
)
print(result.aoql)
## License
MIT
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lotsampling-0.1.0.tar.gz.
File metadata
- Download URL: lotsampling-0.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09c856556bb954e730b6e3f7d561a2fa937449e2aee6a5fff6464ac1e8ba2a1f
|
|
| MD5 |
6e8beb344423e20dd830baa50590f89b
|
|
| BLAKE2b-256 |
af2e1d32436e9c84d2c536207cc86563d749074178658178a2a55fdef53bc071
|
File details
Details for the file lotsampling-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lotsampling-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8362192c7965ca9d61580249ca926e1958e8d672779ef88889c3bb3bceb11b9e
|
|
| MD5 |
452690f749dd72e61eb20a63f06331ad
|
|
| BLAKE2b-256 |
1a334dcea53776a44a0b4f96c20ad97bbc0d41745aec64f43606042e06e4f38d
|