Hello,
I have tried to search in past discussion if there's something similar to my case. I don't find any.
I have a simple fictional data created to illustrate the scenario with data file attached.
Let's say there is:
1 Factor (X) with level 1, 2, 3, 4, 5
1 Response (Y) with a Lower Spec Limit of -10
If we do a simple regression and come out with the model, the Profiler in this case will set the max desirability at X =5.
However based on a simple illustration, the worst setting would be at X=5 due larger variation of Y (some even failed the specs requirement). The best X should be set at 4.
Obviously we have a violation of the Unequal Variance assumption here.
We can try the Box-Cox Transformation on the Y in attempt to fix the Unequal Variance issue, or even try the Weighted Least Square.
However both of these methods mostly will not work, and in this case it doesn't work.
I know this seems like an extreme case, but for case study purposes, do we have any options where we have to live with the Unequal Variance issue and still we can get the "correct" maximized desirability?
Alternatively, we could utilize the Monte Carlo simulation to input a random noise to the Response and simulate the defect rate across X design space. However, Monte Carlo only allow to input one Stdev (noise) value and apply this across the whole prediction model.
So again, this method only works if the Unequal Variance is not violated.
How do we proceed with this?
Will an option to allow Monte Carlo to use the correct response noise per level in X (based on observed data) to perform the simulation, then this would have helped in identifying the correct setting for X.
For simplicity, let's say the Response Stdev is 1 when X= 1, 2, 3, 4 , and Response Stdev=19 when X=5.
So when we do Monte Carlo simulation, it will use the Stdev respective to the X level.
For sure, we do not have information on Response Stdev on other value of X, but at least have an option to perform this based on available data.
I have tried multiple options in the Monte Carlo noise features (weighted random noise, random noise by model....etc). It is still applying one uniform noise (stdev) to entire model.
Thanks.
B.r,
Chris