CONTROL CHART
How to create Control Chart: Data Science |
Xbar-R Charts
An Xbar-R chart is a type of control chart that is used to monitor the mean and the variability of a process over time. The Xbar chart is used to monitor the process mean, and the R chart is used to monitor the process variability. The Xbar chart plots the average of each subgroup of data, and the R chart plots the range of each subgroup.
Sample figure Xbar-R Chart: Six Sigma Study Guide |
STEPS TO CONTRUCT X-BAR CHART
Here is how to construct an Xbar And R chart:
- Collect data: Collect data from the process over a period of time to be plotted on the Xbar-R chart. The data should be collected in subgroups of a constant size, typically between 2 to 10 data points per subgroup.
- Calculate subgroup averages (X-bar): Calculate the average of each subgroup to obtain the X-bar values.
- Calculate subgroup ranges (R): Calculate the range of each subgroup to obtain the R values. The range is the difference between the highest and lowest values in the subgroup.
- Calculate control limits: Use statistical formulas to calculate the control limits for the Xbar and R charts. The control limits define the upper and lower boundaries that define what is considered a normal variation of the process.
- Plot data points: Plot the Xbar and R values on the appropriate chart, using the control limits as reference.
- Evaluate patterns: Evaluate the patterns of the plotted data to determine whether the process is in control or out of control. If the process is in control, the plotted data should fall within the control limits, and there should not be any distinct patterns or trends. If the process is out of control, the plotted data may fall outside of the control limits, or there may be distinct patterns or trends that suggest the presence of assignable causes.
- Make process improvements: If the process is out of control, use the information from the Xbar-R chart to make process improvements to bring the process back into control.
HOW TO CALCULATE CONTROL LIMIT (i,e UCL and LCL for X-bar R Chart)
where Xbar is the average of the sample means, R bar is the average of the sample ranges, and A2 is a constant based on the sample size (n) and the confidence level desired. The value of A2 can be looked up in tables for control chart constants, or calculated using statistical software.
EXAMPLE -01
Subgroup |
S1 |
S2 |
S3 |
S4 |
S5 |
S6 |
S7 |
S8 |
S9 |
S10 |
1 |
42 |
45 |
38 |
41 |
44 |
39 |
46 |
37 |
43 |
40.7 |
2 |
39 |
40 |
36 |
38 |
37 |
42 |
41 |
35 |
40 |
38.5 |
3 |
45 |
43 |
40 |
44 |
41 |
46 |
42 |
39 |
44 |
42.4 |
4 |
40 |
37 |
39 |
38 |
41 |
36 |
42 |
39 |
40 |
39 |
5 |
46 |
43 |
42 |
45 |
44 |
47 |
41 |
44 |
43 |
44.2 |
6 |
37 |
39 |
36 |
38 |
37 |
41 |
39 |
35 |
40 |
38 |
7 |
44 |
41 |
42 |
43 |
42 |
46 |
39 |
44 |
41 |
42 |
8 |
36 |
35 |
34 |
38 |
36 |
39 |
37 |
35 |
38 |
36.8 |
9 |
41 |
40 |
39 |
40 |
38 |
43 |
40 |
39 |
41 |
40.4 |
Step # 01: Calculate mean and Range for each sample (Subgroup).
Step # 02: Calculate Average X bar (Average Of Mean Observation) and Average Range for each sample (Subgroup).
Step # 03: Find UCL and LCL using Statistical Formula:
The formula to calculate the Upper Control Limit (UCL) and Lower Control Limit (LCL) for an Xbar-R chart are:
UCL (Xbar) = Xbar + A2 * Rbar
LCL (Xbar) = Xbar - A2 * Rbar
where Xbar is the average of the sample means, Rbar is the average of the sample ranges, and A2 is a constant based on the sample size (n) and the confidence level desired. The value of A2 can be looked up in tables for control chart constants, or calculated using statistical software.
The formula for the control chart constant A2 used to calculate the Upper Control Limit (UCL) and Lower Control Limit (LCL) of an Xbar-R chart is:
A2 = d2 * sqrt(n)
where d2 is a control chart constant for Xbar-R charts and depends on the sample size (n) and the desired confidence level, and sqrt(n) is the square root of the sample size (n). The value of d2 can be found in control chart constant tables or calculated using statistical software.
But For Simplicity we take statistical Approximation
\(UCL_{\overline{\overline{x}}} = \overline{\overline{x}}+ 3\frac{\widehat{\sigma}}{n}\) and
Step# 04: Finally Construct the Chart Using Excel Chart Tool and Also Done Manually , Check Pattern And Comments On Finding.
Example Question For X Bar Chart taken from By Douglas C. Montgomery |
Introduction to Statistical Quality Control By Douglas C. Montgomery |
No comments:
Post a Comment