<?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: Confidence Interval for Defect Rate in Simulator in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/79327#M36679</link>
    <description>&lt;P&gt;The part that depends on JMP Pro is "&lt;SPAN&gt;Right-click on the Percent column in the bottom of the Capability Analysis outline and select Simulate.&lt;/SPAN&gt;" Unfortunately, without JMP Pro, it would take scripting to duplicate this functionality. The script would have to iteratively evaluate the formula, copy the simulated results to the Y column, run the capability analysis, extract the capability analysis results, store the results in the next row in a separate data table until sufficient runs were obtained.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might search the File Exchange area of the JMP Community to see if anything like this script has been submitted.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2018 14:14:13 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2018-10-17T14:14:13Z</dc:date>
    <item>
      <title>Confidence Interval for Defect Rate in Simulator</title>
      <link>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78521#M36437</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering how to obtain a confidence interval on the defect rate (in proportion or ppm units) for a response in the Simulator feature of Fit Model--&amp;gt;Prediction Profiler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 03:18:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78521#M36437</guid>
      <dc:creator>SQC</dc:creator>
      <dc:date>2018-10-10T03:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval for Defect Rate in Simulator</title>
      <link>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78561#M36465</link>
      <description>&lt;P&gt;With simulation, it makes more sense to simply increase the number of simulated runs to improve the precision (significant figures) of the estimates for capability measures. The simulated runs in the Prediction Profiler are cheap and fast. Use a large number, run the simulation twice, and compare the results. That comparison will give you an idea about the precision of the estimates to decide about a sufficiently large number of runs.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:36:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78561#M36465</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-10T14:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval for Defect Rate in Simulator</title>
      <link>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78573#M36468</link>
      <description>&lt;P&gt;Hi Mark, thank you for the reply. I am aware of the procedure you described as one option, but I am specifically interested in the way to compute the confidence interval for the defect rate value from the distribution statistics after running only one simulation. Would you have any information regarding how this can be done either natively in JMP or with a formula? Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 15:00:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78573#M36468</guid>
      <dc:creator>SQC</dc:creator>
      <dc:date>2018-10-10T15:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval for Defect Rate in Simulator</title>
      <link>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78585#M36475</link>
      <description>&lt;P&gt;Do you have JMP Pro?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, then you could save the formula for the model that you are profiling from Fit Least Squares Edit the formula. Replace the categorical term with the parameter estimate for desired level. Replace the column name for continuous factors with the desired level for fixed factors. Finally, replace the column name for continuous factors with the expression for variable factors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will illustrate with Big Class. I fit a linear model for :weight = intercept + :age + :sex + p*:height. I saved the prediction formula. Here it is:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 262px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12746i8967D05FCA88AD03/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say that I want to simulate the case where I have selected and fixed :age=14 and :sex="F". I intend to vary :height as a normal distribution with a mean of 50 and a standard deviation of 5. The editing replaces the first instance of Match() with the parameter estimate for :age=14 and the second instance is replaced with the parameter estimate for :sex="F".&amp;nbsp;The :height column is replaced with Random Normal( 80,5). he formula looks like this after editing to capture this case:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 617px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12747iE48DF52388BB7E40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select the prediction formula column and copy the values. Create a new data column for these values. I&amp;nbsp;made up a spec range of 75 &amp;lt;= :weight &amp;lt;= 125 for illustration. Now perform the Capability Analysis of the&amp;nbsp;copy in the Distribution platform with the given specs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 555px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12748i8E3E6BA13EC81FFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right-click on the Percent column in the bottom of the Capability Analysis outline and select Simulate. Select the prediction formula column to 'switch in.' The new data table contains all the simulated runs with a table script to launch the Distribution platform. You will have the empirical confidence interval from the Quantiles outline.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 17:05:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/78585#M36475</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-10T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval for Defect Rate in Simulator</title>
      <link>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/79324#M36676</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the detailed explanation of the procedure. I unfortunately do not have JMP Pro. Could you please point out which part(s) specificially is a JMP Pro only feature, and possibly suggest whether there is an alternaive procedure in the non-Pro JMP? Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 13:40:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/79324#M36676</guid>
      <dc:creator>SQC</dc:creator>
      <dc:date>2018-10-17T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval for Defect Rate in Simulator</title>
      <link>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/79327#M36679</link>
      <description>&lt;P&gt;The part that depends on JMP Pro is "&lt;SPAN&gt;Right-click on the Percent column in the bottom of the Capability Analysis outline and select Simulate.&lt;/SPAN&gt;" Unfortunately, without JMP Pro, it would take scripting to duplicate this functionality. The script would have to iteratively evaluate the formula, copy the simulated results to the Y column, run the capability analysis, extract the capability analysis results, store the results in the next row in a separate data table until sufficient runs were obtained.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might search the File Exchange area of the JMP Community to see if anything like this script has been submitted.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 14:14:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Confidence-Interval-for-Defect-Rate-in-Simulator/m-p/79327#M36679</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-17T14:14:13Z</dc:date>
    </item>
  </channel>
</rss>

