在AIAG MSA MANUAL中介绍的分析偏倚的两中方法:独立样本法和控制图法。
独立样本的计算过程:
σ(repeatability)=(max(x)-min(x))/(d2*)
σ(standard error of mean)=σ(repeatability)/(n的开方)
其中d2*是系数,由size of subgroup(m)和number of subgroup(g)查表确定,在书里面介绍的例子里,g=1,n=m
控制图法计算过程:
σ(repeatability)=(极差R的平均)/(d2*)
σ(standard error of mean)=σ(repeatability)/(g的开方)
其中d2*是系数,由size of subgroup(m)和number of subgroup(g)查表确定
问题1:在σ(standard error of mean)的计算中,为什么两个公式不一样?一个为n的开方,一个为g的开方。与两种方法中的d2*有什么关系?