<?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 SD of Fitted Lognormal Distribution vs SD of Fitted Normal Distribution of Log-Transformed Data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587460#M79283</link>
    <description>&lt;P&gt;I'd like to know why the fitted lognormal distribution for a given data set provides a different standard deviation than the fitted normal distribution of the log-transformed data set. For example, suppose I have 10 datapoints: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. When I fit the lognormal distribution, I get a standard deviation of 0.6954075. When I log transform the 10 datapoints and fit a normal distribution, I get a standard deviation of 0.7330239. See snippet below. Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiller_0-1673035658583.png" style="width: 792px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48884iCAC6F80EF91C0744/image-dimensions/792x94?v=v2" width="792" height="94" role="button" title="jmiller_0-1673035658583.png" alt="jmiller_0-1673035658583.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;JMP Version: 16.2&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:44:14 GMT</pubDate>
    <dc:creator>jmiller</dc:creator>
    <dc:date>2023-06-08T16:44:14Z</dc:date>
    <item>
      <title>SD of Fitted Lognormal Distribution vs SD of Fitted Normal Distribution of Log-Transformed Data</title>
      <link>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587460#M79283</link>
      <description>&lt;P&gt;I'd like to know why the fitted lognormal distribution for a given data set provides a different standard deviation than the fitted normal distribution of the log-transformed data set. For example, suppose I have 10 datapoints: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. When I fit the lognormal distribution, I get a standard deviation of 0.6954075. When I log transform the 10 datapoints and fit a normal distribution, I get a standard deviation of 0.7330239. See snippet below. Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiller_0-1673035658583.png" style="width: 792px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48884iCAC6F80EF91C0744/image-dimensions/792x94?v=v2" width="792" height="94" role="button" title="jmiller_0-1673035658583.png" alt="jmiller_0-1673035658583.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;JMP Version: 16.2&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:44:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587460#M79283</guid>
      <dc:creator>jmiller</dc:creator>
      <dc:date>2023-06-08T16:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: SD of Fitted Lognormal Distribution vs SD of Fitted Normal Distribution of Log-Transformed Data</title>
      <link>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587489#M79284</link>
      <description>&lt;P&gt;In v16 the documentation did not completely describe the estimation methods for the two distributions.&amp;nbsp; You can read the updated description in the v17 documentation here:&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.1/#page/jmp/fit-distributions.shtml" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/en/17.1/#page/jmp/fit-distributions.shtml&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The difference is because for the Normal Distribution fit, the unbiased estimate of the standard deviation is calculated, which divides the corrected sum of squares by (n-1), while the lognormal fit uses the maximum likelihood estimate, which divides the corrected sums of squares of the log transformed data by (n).&amp;nbsp; You can see your values have a ratio of (0.6954075)/(9.7330239)=&amp;nbsp; sqrt((n-1)/n) = sqrt(9/10).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 22:00:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587489#M79284</guid>
      <dc:creator>SamGardner</dc:creator>
      <dc:date>2023-01-06T22:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: SD of Fitted Lognormal Distribution vs SD of Fitted Normal Distribution of Log-Transformed Data</title>
      <link>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587495#M79285</link>
      <description>&lt;P&gt;Thank you for the quick response! Minor correction that 0.6954075 / 0.7330239 = SQRT(9/10).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 21:46:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587495#M79285</guid>
      <dc:creator>jmiller</dc:creator>
      <dc:date>2023-01-06T21:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: SD of Fitted Lognormal Distribution vs SD of Fitted Normal Distribution of Log-Transformed Data</title>
      <link>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587499#M79287</link>
      <description>&lt;P&gt;Thanks for catching my mistake!&amp;nbsp; I corrected it in my response.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This sort of question is also easy to get answered by contacting our technical support team. See &lt;A href="http://www.jmp.com/support" target="_blank"&gt;www.jmp.com/support&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 22:02:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SD-of-Fitted-Lognormal-Distribution-vs-SD-of-Fitted-Normal/m-p/587499#M79287</guid>
      <dc:creator>SamGardner</dc:creator>
      <dc:date>2023-01-06T22:02:50Z</dc:date>
    </item>
  </channel>
</rss>

