Statistical Process Control | R-Chart (Control Chart for Ranges) - YouTube

Channel: Joshua Emmanuel

[0]
Welcome to this series on Statistical Process Control.
[3]
In this video, we will be constructing a control chart for R (or an R-chart) from raw data.
[11]
Control charts are used to monitor how a process changes over time.
[15]
They reveal the stability or variability in a process.
[19]
They help us to distinguish between random and assignable variations.
[25]
Random Variations, also called Natural Variations, are present in every system.
[31]
Assignable Variations on the other hand are Special Causes of Variation.
[36]
So the objective of statistical process control is to identify and eliminate these external
[42]
causes of variation.
[44]
Here is an example of a control chart. It comprises of a lower control limit (LCL),
[52]
centre line (CL), and an upper control limit (UCL).
[57]
If a process is operating within acceptable limits, we say that the process is “in statistical
[64]
control” or stable. Otherwise, the process is “out of control.”
[68]
For the purpose of this video, we will just say that a process is in control if
[73]
1. There are no sample points outside the lower or upper limits;
[79]
2. The sample points appear randomly distributed. That is, there is no trend, or other unusual
[87]
behavior.
[88]
Here is a control chart that shows the process is out of control because there is a point
[95]
above the upper control limit. There is also one below the lower control limit. Either
[99]
of these show us that the process is not in control.
[104]
Here is another process out-of-control as there is a positive trend in the process values.
[110]
This process here will also be considered out of control because of increasing variation
[116]
between the values over time.
[119]
In this SPC series, we will be discussing the R-chart, the x-bar chart, the p-chart,
[126]
and the c-chart.
[128]
The R and x-bar charts are used to monitor quantitative variables (that is, variability
[134]
and central tendency), while the p and c charts are used to monitor qualitative variables
[141]
(that is, attributes or characteristics).
[145]
In constructing a control chart for the range, R, we will be using this process data, consisting
[151]
of weights of a snack pack specified as 500 grams. Samples of size 5 are collected every
[158]
day for 10 days.
[160]
Our objective is to determine if the process variability is in control.
[165]
The R-chart is used to monitor sample ranges and it thus provides us with some information
[170]
about the process variability.
[172]
The Range is the numerical difference between the largest and smallest value in a sample.
[177]
Therefore the range for the first sample is 509 minus 496 which gives 13.
[184]
For the second sample the range is 521 minus 492 which gives 29.
[189]
Continuing in that fashion we have the ranges for all the samples.
[194]
Next we calculate the centerline, R-bar. That is, the average of the ranges.
[200]
The sum of these ranges is 231. Therefore the mean of the ranges, R-bar, is 231/10 which
[207]
gives 23.1.
[208]
The formula for the lower control limit, LCL is D3 R-bar
[215]
And the formula for the upper control limit, UCL, is D4 R-bar.
[219]
D3 and D4 are obtained from the table of control limit constants.
[224]
Here is the first 9 rows of the table.
[227]
For Ranges, we look to the right here for our D3 and D4 values.
[232]
Remember that the sample size is 5 per day.
[236]
As you can see that in this table; each sample has 5 values while the number of samples is
[242]
10.
[243]
So going back to the control limit table, sample size is 5, our D3 will be 0 and D4
[250]
2.114.
[252]
So the lower control limit, LCL, will be 0(23.1) which is 0.
[259]
And the upper control limit, UCL, will be 2.114(23.1) which gives 48.83.
[267]
For the chart, we can first draw the control limits.
[270]
Next, the sample ranges as points.
[275]
And finally we join the points with lines.
[280]
The R-chart is now complete. The sample points appear random and there are no points beyond
[286]
the lower and upper control limits.
[288]
We can say that the process is within statistical control.
[292]
If you plan drawing the control chart in Excel, I have posted a few useful links in the description
[298]
below.
[298]
Thanks for watching.