<?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 to calculate P value for Poisson distribution? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276139#M14576</link>
    <description>&lt;P&gt;I believe that is using the CDF, cumulative distribution function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0n7cce4a3gfqkn1vr0p1x0of99s.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0n7cce4a3gfqkn1vr0p1x0of99s.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2016 02:30:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-06-09T02:30:55Z</dc:date>
    <item>
      <title>How to calculate P value for Poisson distribution?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276137#M14575</link>
      <description>&lt;P&gt;Can anybody please let me know how to&amp;nbsp;calculate P value for a Poisson distribution? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 02:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276137#M14575</guid>
      <dc:creator>ali_siddiquee</dc:creator>
      <dc:date>2016-06-09T02:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate P value for Poisson distribution?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276139#M14576</link>
      <description>&lt;P&gt;I believe that is using the CDF, cumulative distribution function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0n7cce4a3gfqkn1vr0p1x0of99s.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0n7cce4a3gfqkn1vr0p1x0of99s.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 02:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276139#M14576</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-09T02:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate P value for Poisson distribution?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276219#M14583</link>
      <description>&lt;P&gt;If you have an observed value of some test statistics that follows a Poisson distribution, then Reeza is correct and you can use the CDF function:&lt;/P&gt;
&lt;P&gt;lambda=10;&amp;nbsp;obsValue=15;&lt;BR /&gt;OneSidePVal = 1 - cdf("Poisson", ObsValue, lambda);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, since most statistics do not follow a Poisson distribution, maybe you are asking about fitting a Poisson distribution to data and obtaining a p-value for the goodness-of-fit test? In that case, you should use PROC GENMOD to fit the distribution as shown in the article &lt;A href="http://blogs.sas.com/content/iml/2012/04/04/fitting-a-poisson-distribution-to-data-in-sas.html" target="_self"&gt;"Fitting a Poisson distribution to data in SAS".&lt;/A&gt;&amp;nbsp;(You can also use COUNTREG.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, the statistics that come out of PROC GENMOD do not include p-values, but you can use PROC FREQ to compute a chi-square statistics that compares the observed and expected&amp;nbsp;values in each category. The details are shown in the article &lt;A href="http://support.sas.com/kb/48/914.html" target="_self"&gt;"Testing the fit of a discrete distribution."&lt;/A&gt;&amp;nbsp; If you are interested, there are also &lt;A href="http://blogs.sas.com/content/iml/2012/04/12/the-poissonness-plot-a-goodness-of-fit-diagnostic.html" target="_self"&gt;graphical techniques for evaluating the fit.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276219#M14583</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-09T10:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate P value for Poisson distribution?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276391#M14603</link>
      <description>&lt;P&gt;Thank you so much. It is really helpful. Could you also please guide me to help finding appropritae sas code in such cases. Thanks a lot. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 01:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276391#M14603</guid>
      <dc:creator>ali_siddiquee</dc:creator>
      <dc:date>2016-06-10T01:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate P value for Poisson distribution?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276393#M14604</link>
      <description>&lt;P&gt;Thank you so much. Really appreciate. Best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 01:51:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276393#M14604</guid>
      <dc:creator>ali_siddiquee</dc:creator>
      <dc:date>2016-06-10T01:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate P value for Poisson distribution?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276458#M14610</link>
      <description>&lt;P&gt;You accidentally marked your own replay as the solution.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 10:19:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-P-value-for-Poisson-distribution/m-p/276458#M14610</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-10T10:19:05Z</dc:date>
    </item>
  </channel>
</rss>

