Hi,
Is there any methods available in JMP to detect the drift/creep/gradient for a large set of process variables over a set period of time. The user would then set the threshold on what they would consider the gradient to be too high or too low and needs to be flagged.
Currently I am aware that the process screening tool has a Drift Summaries Option that can be enabled which shows the mean Upshift, Downshift and Absolute Shift. In this case, I am looking for the Overall Drift (whether positive or negative), however Absolute shift (from what I see) is calculated as [Abs(Upshift) + Abs(Downshift)]. This does not tell me whether overall it has drifted up or down. Technically, I'm looking for Abs(Upshift + Downshift [negative value]).
My current workaround is to write a screen that converts the process screening result into a data table and redoing the calculation. However, this means that the calculated values are disjointed from the Processing Screening platform which has a bunch of useful features such as Quick Graph/Quick Control Charts etc. Also, it doesn't work well with Local Data Filter.
Would really appreciate if anyone else has any ideas how I can approach this. Thanks!