<?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: Analyzing Goodness of Fit - Shapiro-Wilk and Anderson-Darling p-Values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844760#M101909</link>
    <description>&lt;P&gt;Are you combining the entire dataset in the above examples? It could be differences among the subgroup means that is causing the non-normality in the combined dataset. Check the subgroups individually for normality not combined if that's the case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively you could use some alternatives like X-bar and R charts. Or Welch's ANOVA. If this is financial data you may want to test the medians with Mann-Whitney instead of the means.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 14:01:00 GMT</pubDate>
    <dc:creator>awelsh</dc:creator>
    <dc:date>2025-02-27T14:01:00Z</dc:date>
    <item>
      <title>Analyzing Goodness of Fit - Shapiro-Wilk and Anderson-Darling p-Values</title>
      <link>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844089#M101784</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was curious about something. I was looking at goodness-of-fit under&amp;nbsp;&lt;STRONG&gt;Distributions&lt;/STRONG&gt; using &lt;STRONG&gt;Fitted Normal Distribution -&amp;gt; Goodness-of-Fit Test&amp;nbsp;&lt;/STRONG&gt;and I know from what I read on interpreting the results that if the p-values are small then you reject the null and can conclude that the data is not normally distributed. So my initial look at the column was obvious that it is not normally distributed (which I expected).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACraig_0-1740434866317.png" style="width: 200px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73309i5C9773C277C98EEC/image-size/small?v=v2&amp;amp;px=200" role="button" title="ACraig_0-1740434866317.png" alt="ACraig_0-1740434866317.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACraig_2-1740434983721.png" style="width: 200px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73311i00076D6886DF4318/image-size/small?v=v2&amp;amp;px=200" role="button" title="ACraig_2-1740434983721.png" alt="ACraig_2-1740434983721.png" /&gt;&lt;/span&gt;&amp;nbsp;So then I tried normalizing using the Johnson Normalize and reran it with that and it didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACraig_3-1740435046537.png" style="width: 200px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73312i08D7411C48D3D90D/image-size/small?v=v2&amp;amp;px=200" role="button" title="ACraig_3-1740435046537.png" alt="ACraig_3-1740435046537.png" /&gt;&lt;/span&gt;&amp;nbsp;So then I tried the Normal Quantile method and ran it again. At first glance I thought it worked but then I noticed that the Shapiro-Wilk p-value = 0.0027 (which would warrant rejecting the null) but the Anderson-Darling p-value = 0.1672 which does not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 1: What do you do when they conflict like that? Do they both need to provide the same conclusion?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 2: Is it bad to try different methods of normalization like that? If so, do you have any suggestions for documentation or videos to help choose the best one?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 22:19:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844089#M101784</guid>
      <dc:creator>ACraig</dc:creator>
      <dc:date>2025-02-24T22:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Goodness of Fit - Shapiro-Wilk and Anderson-Darling p-Values</title>
      <link>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844607#M101886</link>
      <description>&lt;P&gt;1: They conflict because they use different math. Anderson-darling is more sensitive to deviation in the tail. From your picture it looks pretty "wavy" throughout that normal plot. So the shapiro-wilk could be picking up on that non-normal signal that's outside the tails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2: bad? i don't know. it's an accepted strategy to explore what data transformation would work best in the situation. not sure i'd say it's bad. I do like box cox transformation more than any others when it resolves the non-normality though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the whole setup though i think is more of an academic conversation. what even if this and why is normality testing important. Id say it almost all likelihood that any time spent on this is just extra processing and not needed for the context of a business decision. your data looks like financial numbers. and very big ones at that. so being non normal isn't that surprising.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;more context might get your more replies.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 20:19:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844607#M101886</guid>
      <dc:creator>awelsh</dc:creator>
      <dc:date>2025-02-26T20:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Goodness of Fit - Shapiro-Wilk and Anderson-Darling p-Values</title>
      <link>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844741#M101906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17778"&gt;@ACraig&lt;/a&gt;&amp;nbsp;: A note about the Normal Quantile "transformation". No matter what the parent distribution is, the Normal Quantile "transformation" will, by definition, always result in a normal distribution.&amp;nbsp; It is a function of the ranks, not of the raw data. So, that is not an appropriate transformation to normality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/63375"&gt;@awelsh&lt;/a&gt;&amp;nbsp;said, context is important here; why are you testing for normality?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 12:54:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844741#M101906</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2025-02-27T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Goodness of Fit - Shapiro-Wilk and Anderson-Darling p-Values</title>
      <link>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844756#M101908</link>
      <description>&lt;P&gt;Hello, I really appreciate the feedback! To your question, I was wanting to run some ANOVA testing.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 13:53:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844756#M101908</guid>
      <dc:creator>ACraig</dc:creator>
      <dc:date>2025-02-27T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Goodness of Fit - Shapiro-Wilk and Anderson-Darling p-Values</title>
      <link>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844760#M101909</link>
      <description>&lt;P&gt;Are you combining the entire dataset in the above examples? It could be differences among the subgroup means that is causing the non-normality in the combined dataset. Check the subgroups individually for normality not combined if that's the case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively you could use some alternatives like X-bar and R charts. Or Welch's ANOVA. If this is financial data you may want to test the medians with Mann-Whitney instead of the means.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 14:01:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844760#M101909</guid>
      <dc:creator>awelsh</dc:creator>
      <dc:date>2025-02-27T14:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing Goodness of Fit - Shapiro-Wilk and Anderson-Darling p-Values</title>
      <link>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844779#M101913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17778"&gt;@ACraig&lt;/a&gt;&amp;nbsp;: FWIW, and in addition to the very good comments by&amp;nbsp;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/63375"&gt;@awelsh&lt;/a&gt;&amp;nbsp;, constant variance (SD's, for each group, are similar) is more important than normality.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 14:37:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyzing-Goodness-of-Fit-Shapiro-Wilk-and-Anderson-Darling-p/m-p/844779#M101913</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2025-02-27T14:37:46Z</dc:date>
    </item>
  </channel>
</rss>

