<?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 do I check the kind of distribution of a sample data? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-check-the-kind-of-distribution-of-a-sample-data/m-p/33941#M20116</link>
    <description>&lt;P&gt;I assume by your question that the user is not directly involved (interactive assessment) but instead a hypothesis test is desired. I would employ the Distribution platform. Launch it with the data column to be tested in the Y role. Fit the normal distribution and obtain the results of the goodness of fit test. Illustrated with the weight variable in the sample data table Big Class:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dist = dt &amp;lt;&amp;lt; Distribution(
	Y( :weight ),
	Fit Distribution( Normal( Goodness of Fit( 1 ) ) )
);

dist rep = dist &amp;lt;&amp;lt; Report;

p value = dist rep["Goodness-of-Fit Test"][NumberColBox("Prob&amp;lt;W")] &amp;lt;&amp;lt; Get( 1 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope answer helps.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2016 14:14:51 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2016-12-28T14:14:51Z</dc:date>
    <item>
      <title>How do I check the kind of distribution of a sample data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-check-the-kind-of-distribution-of-a-sample-data/m-p/33938#M20113</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;Could you please have me a clue to check a kind of distribution of a sample data set by JSL&amp;nbsp;(Ex: check to see if a sample data has normal distribution or not?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 13:57:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-check-the-kind-of-distribution-of-a-sample-data/m-p/33938#M20113</guid>
      <dc:creator>RogerBui</dc:creator>
      <dc:date>2016-12-28T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the kind of distribution of a sample data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-check-the-kind-of-distribution-of-a-sample-data/m-p/33940#M20115</link>
      <description>&lt;P&gt;Here is the example from:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index==&amp;gt;Distribution==&amp;gt;Continuous Distribution==&amp;gt;All&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Cities.jmp" );
obj = Distribution( Column( :CO ) );
obj &amp;lt;&amp;lt; Fit Distribution( All( 1 ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Dec 2016 14:10:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-check-the-kind-of-distribution-of-a-sample-data/m-p/33940#M20115</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-12-28T14:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the kind of distribution of a sample data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-check-the-kind-of-distribution-of-a-sample-data/m-p/33941#M20116</link>
      <description>&lt;P&gt;I assume by your question that the user is not directly involved (interactive assessment) but instead a hypothesis test is desired. I would employ the Distribution platform. Launch it with the data column to be tested in the Y role. Fit the normal distribution and obtain the results of the goodness of fit test. Illustrated with the weight variable in the sample data table Big Class:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dist = dt &amp;lt;&amp;lt; Distribution(
	Y( :weight ),
	Fit Distribution( Normal( Goodness of Fit( 1 ) ) )
);

dist rep = dist &amp;lt;&amp;lt; Report;

p value = dist rep["Goodness-of-Fit Test"][NumberColBox("Prob&amp;lt;W")] &amp;lt;&amp;lt; Get( 1 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope answer helps.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 14:14:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-check-the-kind-of-distribution-of-a-sample-data/m-p/33941#M20116</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2016-12-28T14:14:51Z</dc:date>
    </item>
  </channel>
</rss>

