Control Chart, Limits, Types and Formulas - Revision Notes

Hey there! Welcome to KnowledgeKnot! Don't forget to share this with your friends and revisit often. Your support motivates us to create more content in the future. Thanks for being awesome!

Control chart

Control charts are graphical tools used in statistical process control to monitor processes over time and detect any unusual variation or patterns. They help in understanding the stability and predictability of a process by displaying data points plotted in time order along with control limits.

Control Chart

Limits in Control Charts

In control charts, limits are established to distinguish between common cause variation (normal variation inherent in the process) and special cause variation (variation due to specific, identifiable reasons). The two main types of limits are:

  1. Upper Control Limit (UCL): This is the upper boundary line on a control chart, representing the highest acceptable value for the process. Data points above this limit indicate potential special causes of variation that require investigation and corrective action.
  2. Lower Control Limit (LCL): This is the lower boundary line on a control chart, representing the lowest acceptable value for the process. Data points below this limit also suggest potential special causes of variation.

Types of Control Chart

There are different types of control charts, including variable control charts and attribute control charts:

→ Variable Control Charts: These are used when the data collected is in the form of continuous measurements, such as length, weight, or volume. Variable control charts include:
X-Bar (Mean) Chart: Monitors the central tendency or average of a process over time.
R (Range) Chart: Tracks the variability or spread of data within a sample over time.

→ Attribute Control Charts: These are used when data is in the form of counts or categories, such as the number of defects, pass/fail outcomes, etc. Attribute control charts include:
P (Proportion) Chart: Used to monitor the proportion of defective items in a sample.
C (Count) Chart: Tracks the number of defects or occurrences of a specific attribute in a sample.

Formulas for Control Chart Limits

The formulas for calculating control chart limits depend on the type of control chart being used:

1. Variable Control Charts:
→ For X-Bar (Mean) Chart:
UCL=Xˉ+A2×RˉUCL = \bar{X} + A_2 \times \bar{R}
LCL=XˉA2×RˉLCL = \bar{X} - A_2 \times \bar{R}

→ For R (Range) Chart:
UCL=D4×RˉUCL = D_4 \times \bar{R}
LCL=D3×RˉLCL = D_3 \times \bar{R}


2. Attribute Control Charts:
→ For P (Proportion) Chart:
UCL=p^+Z×p^(1p^)nUCL = \hat{p} + Z \times \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}
LCL=p^Z×p^(1p^)nLCL = \hat{p} - Z \times \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}

→ For C (Count) Chart:
UCL=c+3cUCL = c + 3\sqrt{c}
LCL=c3cLCL = c - 3\sqrt{c}

Here, Xˉ\bar{X} represents the average of sample means, Rˉ\bar{R} is the average range within samples, p^\hat{p} is the average proportion of defects, nn is the sample size, and ZZ is the Z-score corresponding to the desired confidence level. The values of A2A_2, D3D_3, and D4D_4 are constants obtained from statistical tables.

Example Question

A football manufacturing company wants to check the variation in the weight of balls. For this, 25 samples (each of size 4) are selected. The weight of each ball is measured (in grams), the sum of sample averages and sum of sample ranges were found to be i=125xˉi=4010\sum_{i=1}^{25} \bar{x}_i = 4010 grams and i=125Ri=72\sum_{i=1}^{25} R_i = 72 grams, respectively. Compute the control limits for the Xˉ\bar{X} and R-chart. It is given that A2=0.729A2 = 0.729, D3=0D3 = 0 and D4=2.282D4 = 2.282 .

Answer:

Given:

Number of samples (kk) = 25
Sample size (nn) = 4
Sum of sample averages (i=125xˉi\sum_{i=1}^{25} \bar{x}_i) = 4010 grams
Sum of sample ranges (i=125Ri\sum_{i=1}^{25} R_i) = 72 grams
Constants: A2=0.729A2 = 0.729, D3=0D3 = 0, D4=2.282D4 = 2.282

Step-by-Step Solution:

1. Calculate the average of sample means (xˉˉ\bar{\bar{x}}):
xˉˉ=i=125xˉi25=401025=160.4 grams\bar{\bar{x}} = \frac{\sum_{i=1}^{25} \bar{x}_i}{25} = \frac{4010}{25} = 160.4 \text{ grams}

2. Calculate the average range (Rˉ\bar{R}):
Rˉ=i=125Ri25=7225=2.88 grams\bar{R} = \frac{\sum_{i=1}^{25} R_i}{25} = \frac{72}{25} = 2.88 \text{ grams}

3. Control Limits for Xˉ\bar{X}-Chart:
The control limits for the Xˉ\bar{X}-chart are calculated as follows:

Upper Control Limit (UCL):
UCLXˉ=xˉˉ+A2Rˉ\text{UCL}_{\bar{X}} = \bar{\bar{x}} + A2 \cdot \bar{R}
UCLXˉ=160.4+0.7292.88=160.4+2.10032=162.50032 grams\text{UCL}_{\bar{X}} = 160.4 + 0.729 \cdot 2.88 = 160.4 + 2.10032 = 162.50032 \text{ grams}

Center Line (CL):
CLXˉ=xˉˉ=160.4 grams\text{CL}_{\bar{X}} = \bar{\bar{x}} = 160.4 \text{ grams}

Lower Control Limit (LCL):
LCLXˉ=xˉˉA2Rˉ\text{LCL}_{\bar{X}} = \bar{\bar{x}} - A2 \cdot \bar{R}
LCLXˉ=160.40.7292.88=160.42.10032=158.29968 grams\text{LCL}_{\bar{X}} = 160.4 - 0.729 \cdot 2.88 = 160.4 - 2.10032 = 158.29968 \text{ grams}

4. Control Limits for R-Chart:
The control limits for the R-chart are calculated as follows:

Upper Control Limit (UCL):
UCLR=D4Rˉ\text{UCL}_R = D4 \cdot \bar{R}
UCLR=2.2822.88=6.57136 grams\text{UCL}_R = 2.282 \cdot 2.88 = 6.57136 \text{ grams}

Center Line (CL):
CLR=Rˉ=2.88 grams\text{CL}_R = \bar{R} = 2.88 \text{ grams}

Lower Control Limit (LCL):
LCLR=D3Rˉ\text{LCL}_R = D3 \cdot \bar{R}
LCLR=02.88=0 grams\text{LCL}_R = 0 \cdot 2.88 = 0 \text{ grams}