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.0.tar.gz (8.9 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.0-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: spc_toolbox-0.1.0.tar.gz
  • Upload date:
  • Size: 8.9 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.0.tar.gz
Algorithm Hash digest
SHA256 b74b0532a925bff03a38cbbf98e2e78c63a3ffadadf2a58c69c06e49c44e39d0
MD5 2c8de123d7c4cf42359d1501e106190d
BLAKE2b-256 ac7a8ef68705ff340dc2065b8dcd2fff2230927dfde871c2881d04450d893393

See more details on using hashes here.

File details

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

File metadata

  • Download URL: spc_toolbox-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 13.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a9d0298e73624862cfe988916207563c94b96e8e3e5750865c9cad4e507382a
MD5 7fc135e58932084f5742a4d91e7bdb04
BLAKE2b-256 709633d3c48581cb3a32215b14d89245b193a8e47bcc5ca8e73b8bdf471ebb8f

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