<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to (of can I) use prediction profiler for setting specification limits and test yield enhancement? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660478#M84948</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;Thanks. I have access to the raw data but the Cpks have been calculated after filtering the outliers (for each parameter data) using a separate JMP script (no easily accessible to me so do not know what outlier filtering scheme has been used in it).&lt;/P&gt;&lt;P&gt;Is there a simple/recommended outlier filter recipe in JMP which I can use on the raw data before using your suggestion so that I am at least closely aligned to the Cpks already obtained?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 10:17:41 GMT</pubDate>
    <dc:creator>Neo</dc:creator>
    <dc:date>2023-07-20T10:17:41Z</dc:date>
    <item>
      <title>How to (or can I) use prediction profiler for setting specification limits and test yield enhancement?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660440#M84946</link>
      <description>&lt;P&gt;I have a data set with columns of mean, median, sigma, LSL (lower spec limit), USL (upper spec limit), Cp, Cpk and Parameter Yield Loss [%] for 10 measured parameters for parts (~5000 identically built parts, part IDs are rows). Some parameter Cpks are below 1.33 (may or may not have low Cp). It appears from initial data analysis that the limits are not correctly set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the prediction profiler, I would like to manually nudge the LSL and/or USL to raise the the Cpk to &amp;gt; 1.33&amp;nbsp; which I am expecting will also reduce the the yield loss for each parameter.&lt;/P&gt;&lt;P&gt;I am very little experience with the prediction profiler so need some guidance on how to use it for my case, if it could be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am thinking of having the LSL and USL knobs (which I can change) on the x-axis of the profiler separately and Cpk of each parameter on the y-axis (and perhaps parameter yield on a secondary y-axis for each parameter).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 21:21:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660440#M84946</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-07-21T21:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to (of can I) use prediction profiler for setting specification limits and test yield enhancement?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660453#M84947</link>
      <description>&lt;P&gt;This suggestion is not related directly to your question... but if you have access to the raw data, you could check if Interactive Capability Plot would be useful&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
obj = Process Capability(Process Variables(:PNP1), Individual Detail Reports(1));
obj &amp;lt;&amp;lt; {:PNP1 &amp;lt;&amp;lt; Process Capability Analysis(Interactive Capability Plot(1))};&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1689843890180.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55015i314BCBB4E96EC18A/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_1-1689843890180.png" alt="jthi_1-1689843890180.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also Process Capability platforms Capability Box Plots can be helpful (as can the whole platform &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/process-capability-2.shtml#" target="_blank"&gt;Process Capability (jmp.com)&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1689844000984.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55016iD083CB3FA8AB99C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1689844000984.png" alt="jthi_2-1689844000984.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:07:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660453#M84947</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-07-20T09:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to (of can I) use prediction profiler for setting specification limits and test yield enhancement?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660478#M84948</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;Thanks. I have access to the raw data but the Cpks have been calculated after filtering the outliers (for each parameter data) using a separate JMP script (no easily accessible to me so do not know what outlier filtering scheme has been used in it).&lt;/P&gt;&lt;P&gt;Is there a simple/recommended outlier filter recipe in JMP which I can use on the raw data before using your suggestion so that I am at least closely aligned to the Cpks already obtained?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 10:17:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660478#M84948</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-07-20T10:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to (of can I) use prediction profiler for setting specification limits and test yield enhancement?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660489#M84949</link>
      <description>&lt;P&gt;You could check out &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/explore-outliers.shtml#" target="_blank" rel="noopener"&gt;Explore Outliers platform&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1689849363843.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55020iB07C710AC21FC188/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1689849363843.png" alt="jthi_2-1689849363843.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There is also good blog post series &lt;LI-MESSAGE title="Outliers Episode 4: Detecting outliers using jackknife distance" uid="364613" url="https://community.jmp.com/t5/JMP-Blog/Outliers-Episode-4-Detecting-outliers-using-jackknife-distance/m-p/364613#U364613" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 10:37:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660489#M84949</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-07-20T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to (of can I) use prediction profiler for setting specification limits and test yield enhancement?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660964#M84978</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;The interactive capability appearw to provide ability to tweak process performance Pp, Ppk by changing the limits using the overall sigma. This is useful for longer term process variation analysis. I need to understand how the process capability Cp, Cpk are affected by the spec limits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following two appear to be a better route for me unless I have misunderstood something.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Capability-Analysis-JMP-Add-In/ta-p/22798" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Capability-Analysis-JMP-Add-In/ta-p/22798&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Find-new-spec-limits-by-adjusting-the-CpK-value/m-p/571796/highlight/true#M78139" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Find-new-spec-limits-by-adjusting-the-CpK-value/m-p/571796/highlight/true#M78139&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The fist one does not seem to work for me on JMP 16 and the second one appears to involve manual steps (I will see I I can code this up in JSL).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something in-built in JMP 16 (I am on 16.2) already which allows me to explore Cpk variation by changing LSL or USL or both?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:10:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/660964#M84978</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-07-21T13:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to (of can I) use prediction profiler for setting specification limits and test yield enhancement?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/661134#M84988</link>
      <description>&lt;P&gt;If I understand correctly, you have what you need to calculate Cpk you could create columns for LSL, USL&amp;nbsp; and then formula columns to calculate Cpk? You could also script interactive solution for this, but if you already have the few statistics needed for Cpk you could maybe even use Excel which can be better for simple calculations like this which require user input (unless you script it in JMP).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 17:18:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-or-can-I-use-prediction-profiler-for-setting/m-p/661134#M84988</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-07-21T17:18:40Z</dc:date>
    </item>
  </channel>
</rss>

