【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.24.4.55 QCD4
Contents
Description
Quality Control D4 Factor.
Syntax
double QCD4( UINT nn )
Parameters
- nn
- [input] Sample or subgroup size where nn>0.
Return
Quality Control D4 Factor for determining the 3-sigma upper control limit for R charts (Range of Sample Charts) from the average range. The Upper Control Limit for R=(factor)*(Average Range). The calculations for the factors are based on the normal distribution.
Examples
EX1
void QCD4_ex1() { UINT nn=11; double dD4; dD4=QCD4(nn); // results in dD4==1.744 }
Remark
Quality Control D4 Factor.
See Also
Header to Include
origin.h