<?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: Log-normal process capability in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/63319#M33976</link>
    <description>&lt;P&gt;I have also been trying to figure out why the Cpk result from using the built-in Capability Analysis and the manual method of calculating the Cpk via&amp;nbsp;a log transform of the data is giving such different results. Any insight into the formula that JMP is using for the log Normal Cpk calculation would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jul 2018 02:52:12 GMT</pubDate>
    <dc:creator>Doowon</dc:creator>
    <dc:date>2018-07-19T02:52:12Z</dc:date>
    <item>
      <title>Log-normal process capability</title>
      <link>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35568#M20982</link>
      <description>&lt;P&gt;Hi, I have a process that is log-normally distributed and has an upper spec limit, and I'd like to calculate a Cpk. I tried two approaches that gave me different answers:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Save spec limit as column property for process. Plot distribution of process, then Continuous Fit --&amp;gt; LogNormal to get a Cpk (checking goodness-of-fit of course)&lt;/LI&gt;&lt;LI&gt;Add new column. Set column formula as log(process), save column upper spec limit as log(upper spec limit). Plot distribution, get Cpk from capability analysis. Validate via Continuous Fit --&amp;gt; Normal and checking goodness-of-fit.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Which of these approaches would you recommend? Or could you suggest a better approach?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:25:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35568#M20982</guid>
      <dc:creator>alexw</dc:creator>
      <dc:date>2017-02-09T15:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Log-normal process capability</title>
      <link>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35579#M20991</link>
      <description>&lt;P&gt;I consider both of the techniques you specified as good vialble processes.&amp;nbsp; However, the process that I would actually recommend is a very nice builtin capability of the Distribution Platform.&amp;nbsp; If you run the Distribution Platform, you can then go to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Continuous Fit==&amp;gt;All&lt;/P&gt;
&lt;P&gt;It will then evaluate your data to find which distribution(s) it fits.&amp;nbsp; Once done, and if a Log Normal distribution is found to be the fit, you can go under "GLot" distribution and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Save Transform&lt;/P&gt;
&lt;P&gt;It creates a new column using the determined Generalized Log algorithm&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 17:51:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35579#M20991</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-02-09T17:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Log-normal process capability</title>
      <link>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35644#M21018</link>
      <description>&lt;P&gt;Thanks Jim. It's a bit frustrating that the LogNormal transform can't be saved in the same way - the GLog transform adds additional complexity, which is hard to justify and would be (even) harder to explain to my colleagues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why I got different answers between my initial two approaches?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 11:45:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35644#M21018</guid>
      <dc:creator>alexw</dc:creator>
      <dc:date>2017-02-10T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Log-normal process capability</title>
      <link>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35648#M21021</link>
      <description>&lt;P&gt;I understand your frustration.&amp;nbsp; The question on why log normal does not have a Save Transform would have to be answered by the JMP developer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Concerning the difference between the Cp/Cpk for the Distribution lognormal and your own transformed to log(x) and then calculate.......it appears that there are differences in the calculation of the PDF.&amp;nbsp; I am taking that from the description within&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Help==&amp;gt;Books==&amp;gt;Basic Analysis&lt;/P&gt;
&lt;P&gt;But a more complete answer should be available from JMP Support&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 13:07:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/35648#M21021</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-02-10T13:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Log-normal process capability</title>
      <link>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/63319#M33976</link>
      <description>&lt;P&gt;I have also been trying to figure out why the Cpk result from using the built-in Capability Analysis and the manual method of calculating the Cpk via&amp;nbsp;a log transform of the data is giving such different results. Any insight into the formula that JMP is using for the log Normal Cpk calculation would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 02:52:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Log-normal-process-capability/m-p/63319#M33976</guid>
      <dc:creator>Doowon</dc:creator>
      <dc:date>2018-07-19T02:52:12Z</dc:date>
    </item>
  </channel>
</rss>

