Skip to main content

A toolbox for Statistical Process Control

Project description

Statistical Process Control Toolbox Documentation

Welcome to the Statistical Process Control (SPC) Toolbox Documentation. This toolbox provides a comprehensive set of tools for monitoring and analyzing manufacturing processes. The toolbox is designed to help quality assurance professionals and engineers to maintain high standards of quality by identifying variations in processes using various SPC charts.

Installation

To install the SPC Toolbox, use the following command:

pip install spc-toolbox

Quick Start

Here's a quick example of how to use the XBarChart class to monitor process means:

import pandas as pd
from spc_toolbox import XBarChart

# Load data from CSV
df = pd.read_csv("data/XBar-RChart.csv")

# Initialize XBarChart
xbarChart = XBarChart()

# Fit data to the chart
xbarChart.fit(index=df.index, values=df, axis=1, dispersion_type="range")

# Plot the chart
xbarChart.plot()

This example demonstrates how to create an XBarChart object, fit it with sample data, and plot the control chart to visualize the process means.

Control Charts

The SPC Toolbox provides several types of control charts, each designed to monitor different aspects of a manufacturing process. Here are the main control charts available in the toolbox:

  • XBarChart: Monitors the average of subgroup means in a process.
  • RChart: Tracks the range of values within subgroups to assess process variability.
  • SChart: Monitors the standard deviation of subgroups to evaluate process dispersion.
  • UChart: Tracks the number of defects per unit of output to assess process quality.
  • PChart: Monitors the proportion of defective items in a sample to evaluate process quality.
  • IChart: Tracks the number of defects per unit of output in a Poisson process.
  • MRChart: Monitors the moving range of consecutive observations to assess process variability.

Each control chart class provides methods for fitting data, plotting the control chart, and accessing statistical parameters.

Contributing

If you would like to contribute to the SPC Toolbox, please read our contributing guidelines for more information on how to get started.

License

The SPC Toolbox is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spc_toolbox-0.1.2.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

spc_toolbox-0.1.2-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file spc_toolbox-0.1.2.tar.gz.

File metadata

  • Download URL: spc_toolbox-0.1.2.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/5.15.133.1-deploykf-WSL2+

File hashes

Hashes for spc_toolbox-0.1.2.tar.gz
Algorithm Hash digest
SHA256 39b8c5996de4640a08fe5f9465135f7904141b2635e62506ae4b0eda675e67cd
MD5 187d5c89187b8a865dff2b3fc358183c
BLAKE2b-256 3eeb326d6e893f32fa9f6396adbc0f1cd65d4b0255d3035e13065cbf2a84cbeb

See more details on using hashes here.

File details

Details for the file spc_toolbox-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: spc_toolbox-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/5.15.133.1-deploykf-WSL2+

File hashes

Hashes for spc_toolbox-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3e69b6a05db4899fb5c334a7888698a8f4169e29daab0d8c1822ea8ce2f511f6
MD5 b9c6978595189224c72ee1d8e8bb84d2
BLAKE2b-256 0d052470a9e170931fe9c1fe8d520b908ff11048d8387b2f9698cdc46f74be5f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page