Quality Control D2 Factor.
double QCD2( UINT nn )
Quality Control D2 Factor which is used to estimate the standard deviation of a parent distribution (or population) from an average range. The standard deviation of the parent distribution=average range/factor.
The returned factors assume sampling from a normal population.
EX1
void QCD2_ex1() { UINT nn=4; double dD2; dD2=QCD2(nn); // results in dD2==2.058750 }
QCD3, QCD4
origin.h