CUSUM: add slider for target value
CUSUM: add slider for target value
☐ cool new feature
☐ could help many users!
☐ removes a bug
☑ nice to have
☐ nobody needs it
What inspired this wish list request?
In the blog post How to detect small shifts in Control Charts @AnnieDudley introduces CUSUM plot in JMP14, shows useful it is to detect small shifts. The blog post illustrates as well that tiny differences of the target value can lead to significant differences of the CUSUM plot.
In order to get a feeling for the sensitivity and to gain new insights, it might be helpful if the target setting could be adjusted more easily, e.g. with a slider.
What is the improvement you would like to see?
Please add a slider for the target value.
dt=Open("$SAMPLE_DATA/Quality Control/Engine Temperature Sensor.jmp");
cus = CUSUM Control Chart( Y( :Y ), Target( 102 ), Sigma( 10 ) );
// works with any CUSUM Plot
//vvvvvvvvvvvvvvvvvvvvvvvvvv
rcus = current report()[OutlineBox(1)];
neb=rcus["Control Panel",NumberEditBox(1)];
startvalue=neb << get();
rcus["Control Panel",LineUpBox(1)] << prepend (slider box (startvalue-10, startvalue+10, value, neb << set (value )) ) << prepend(Text box(""))
Why is this idea important?
not important. User could play with the target setting and get new insights.
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
- en (Main), selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.