cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

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.

 

View more...
dt=Open("$SAMPLE_DATA/Quality Control/Engine Temperature Sensor.jmp");
cus = CUSUM Control Chart( Y( :Y ), Target( 102 ), Sigma( 10 ) );
 
 neb= report(cus)["Control Panel",NumberEditBox(1)];
 startvalue=neb << get();

report(cus)["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.

 

 

 

other wishes from hogi_2-1702196401638.png

1 Comment
shampton82
Level VII

Great suggestion @hogi , to add to this I would also like to see:

  • Have option to select out of control rows
  • Add ability to add in an out of control indicator column
  • Add stages like we have in Control Chart Builder
  • Add in the I-MR/ X bar charts like in EWMA platform
  • Add in being able to use the Local Data filter (also need this in EWMA)
    • Shows up when using "By" shampton82_0-1719712877546.png
  • Add in being able to use the column switcher(also need this in EWMA)
    • Shows up when using "By" shampton82_0-1719712877546.png
  • Add in restart CUSUM after empty subgroup (like in EWMA)
  • When using "by" allow empty levels to respect "Hide missing Platform"
  • And the craziest ask, add into Process Screener!