Try Statistical Software for Free
Try Statistical Software for Free
Formula for calculation in Xbar-R Chart?
Term | Description |
---|---|
xij | jth observation in the ith subgroup |
ni | number of observations in subgroup i |
∑x | sum of all individual observations |
∑n | total number of observations |
μ | process mean |
k | parameter for Test 1 (The default is 3) |
σ | process standard deviation |
d2(.) | value of unbiasing constant d2 that corresponds to the value specified in parentheses |
d3(.) | value of unbiasing constant d3 that corresponds to the value specified in parentheses |
ri | range for subgroup i |
m | number of subgroups |
xi | mean of subgroup i |
µν | mean of the subgroup variances |
c4(.) | value of the unbiasing constant c4 that corresponds to the value that is specified in parentheses |
c5(.) | value of the unbiasing constant c5 that corresponds to the value that is specified in parentheses |
Γ() | gamma function |
-
Formula for Xbar Chart
-
Plotted Points:
-
...........................Each plotted point, xi, represents the mean of the observations for subgroup,i.
xi=nij=1∑nixij
-
-
Center Line:
The center line represents the process mean (µ).
-
X=∑n∑x
-
-
Control Limits:
-
Lower Control Limit:
The value of the lower control limit for each subgroup, i, is calculated as follows:
-
-
LCLi=µ−√(ni)kσ
-
-
-
Upper Control Limit:
The value of the upper control limit for each subgroup, i, is calculated as follows:
-
-
UCLi=µ+√(ni)kσ
-
Formula for R Chart
-
Plotted Points:
Each plotted point, ri, represents the range for subgroup i.
-
Center Line:
The value of the center line for each subgroup, Ri, is calculated as follows:
-
Ri=d2(ni)×σ
-
-
Control Limits:
-
Lower Control Limit:
The value of the lower control limit for each subgroup i is equal to the greater of the following:
-
-
LCLi=[d2(ni)×σ]−[kσ×d3(ni)]
.......................................or
LCLi=0
-
-
-
Upper Control Limit:
The value of the upper control limit for each subgroup i is calculated as follows:
-
-
UCLi=[d2(ni)×σ]+[kσ×d3(ni)]
-
Formula for estimation of sigma (standard deviation)
-
Using Rbar Method:
-
............................Zometric uses the range of each subgroup, ri, to calculate Sr, which is an unbiased estimator of σ:
Sr=i∑fii∑(d2(ni)firi)
............................where
fi=[d3(ni)]2[d2(ni)]2
............................When the subgroup size is constant, the formula simplifies to the following:
Sr=d2(ni)R
............................where
R=m∑ri
-
-
Using pooled standard deviation method:
-
............................The pooled standard deviation (Sp) is given by the following formula:
Sp=i∑(ni−1)i∑j∑(xij−xi)2
.............................When the subgroup size is constant, Sp can also be calculated as follows:
Sp=µν
-
Formulae for unbiasing constants
-
d2():
-
............................For values of N from 51 to 100, use the following approximation for d2(N):
d2(N)=3.4873+0.0250141×N−0.00009823×N2
-
-
d3() and d4():
-
............................For values of N from 26 to 100, use the following approximations for d3(N) and d4(N):
d3(N)=0.80818−0.0051871×N+0.00005098×N2−0.00000019×N3
d4(N)=2.88606+0.051313×N−0.00049243×N2+0.00000188×N3
-
-
c4() and c5():
-
c4(N)=N−12Γ2N−1Γ2N
c5(N)=1−c4(N)2