2.1.24.4.54 QCD3


Description

Quality Control D3 Factor.

Syntax

double QCD3( UINT nn )

Parameters

nn
[input] Sample or subgroup size where nn>0.

Return

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.

Examples

EX1

void QCD3_ex1()
{
    UINT nn=11;
    double dD3;
    dD3=QCD3(nn); // results in dD3==0.256
}

Remark

Quality Control D3 Factor.

See Also

QCD2, QCD4

Header to Include

origin.h

Reference