Shift Detection Profiler for Gasket.jmp shows the Shift Detection Profiler report for the Gasket.jmp sample data table, found in the Variability Data folder.
Shift Detection Profiler for Gasket.jmp
For a subgroup of size n, control limits are set at the following values:
The number of subgroups over which the probability of a warning is computed. If the number of subgroups is set to k, the profiler gives the probability that the control chart signals at least one warning based on these k subgroups. The Number of Subgroups is set to 10 by default. Drag the vertical line in the plot to change the Number of Subgroups.
	{factor1 = n1, factor2 = n2, ...}
	ProfileCallbackLog = Function({arg},show(arg));
Then enter ProfileCallbackLog in the Set Script dialog.
	ProfileCallbackAssign = Function({arg},evalList(arg));
ProfileCallbackAccess = Function({arg},f1=arg["factor1"];f2=arg["factor2"]);
Tip: To prevent the legend from appearing, deselect Show Shift Detection Profiler Legend in the EMP Measurement Systems Analysis platform preferences.
In the Customize and Select Tests panel, select and customize the tests that you want to apply to the k subgroups in your control chart. The eight tests are based on Nelson (1984). For more details about the tests, see Tests in Control Chart Builder.
If no settings have been saved to preferences, this option resets the selected tests to the first test only. The values of n are also reset to the values described in Tests in Control Chart Builder. If settings have been saved to preferences, this option resets the selected tests and the values of n to those specified in the preferences.
Note: You can access preferences for control chart tests by selecting File > Preferences> Platforms > Control Chart Builder. Custom Tests 1 through 8 correspond to the eight tests shown in Customize and Select Tests.
Saves the selected tests and the values of n for use in future analyses. These preferences are added to the Control Chart Builder platform preferences.

Help created on 9/19/2017