Quality Control D3 Factor.
double QCD3( UINT nn )
Quality Control D3 Factor for determining the 3-sigma lower control limit for R charts (Range of Sample Charts) from the average range. The Lower Control Limit for R=(factor)*(Average Range). The calculations for the factors are based on the normal distribution.
EX1
void QCD3_ex1() { UINT nn=11; double dD3; dD3=QCD3(nn); // results in dD3==0.256 }
QCD2, QCD4
origin.h