Hi. Manufacturing/Statistical question here. Suppose you have parts that are being tested at multiple points during manufacture (nodes). I''m curious if/how much do people widen their limits after the first node to account for GRR? Do you just add 1 GRR to the USL/ subtract 1 GRR from the LSL? Or is there some other consensus in the statistical community on how this should be handled?
Historically, I have widened my limits after the first node by +/- 1 GRR. This is done to account for any shifts caused by tester/test/operator variability. Passing parts whose values were close to the limits at the first node may have shifted outside due to this variability, so I widen the downstream limits to account for this. This is done only after the first test node, bc it is assumed the part can shift only by +/-1GRR.
1. Do other people do this as well?
2. When setting limits to achieve a target Cpk = 2, we add +/- 3 sigma to the mean. By that logic, should I be adding +/- 3GRR to my limits instead of +/-1GRR?
I think the statistically correct way to treat it is as follows, but I would like to get some confirmation from the community. Suppose we treat the measured value as the sum of a static "true" value of X for that part and Eps, a normal random variable with mean = 0 and variance = GRR^2.
Node 1: Xmeas1 = Xtrue + Eps1 mean(Xmeas1) = Xtrue Var(Xmeas1) = GRR1^2
Node N: XmeasN = Xtrue + EpsN mean(XmeasN) = Xtrue Var(XmeasN) = GRRN^2
XmeasN may be rewritten in terms of the initial measured value and a new random variable representing the shift between nodes (EpsDiff):
XmeasN = Xmeas1 - Eps1 + EpsN = Xmeas1 + EpsDiff
where:
mean(EpsDiff) = 0 (since mean(Eps) == 0)
Var(EpsDiff) = GRR1^2 + GRRN^2 = 2GRR^2 (assuming GRR same at all nodes)
By this logic, should I be widening my limits at downstream nodes by +/-sqrt(2)*GRR?
Curious to know people's thoughts on this. Thanks!