<?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: Proc univariate/severity in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296592#M15808</link>
    <description>&lt;P&gt;I'm away from the office so I can't check&amp;nbsp;D’Agostino, R. and Stephens, M. (1986), &lt;EM&gt;Goodness-of-Fit Techniques.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;However,&amp;nbsp;my &lt;STRONG&gt;guess&lt;/STRONG&gt; is that SEVERITY is using an asymptotic test statistic. Under the null hypothesis, sqrt(N)*D &amp;nbsp;converges in distribution to another distribution (called &lt;A href="https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test" target="_self"&gt;the Brownian bridge&lt;/A&gt;). &amp;nbsp;In contrast,&amp;nbsp;UNIVARIATE is probably using table and formulas that describe&amp;nbsp;the distribution of D itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For large samples, I would think that the p-values would be similar.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2016 19:34:42 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-09-05T19:34:42Z</dc:date>
    <item>
      <title>Proc univariate/severity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296574#M15806</link>
      <description>&lt;P&gt;I use Proc severity and proc univariate to estimate my parameters of continuous probability function.&lt;/P&gt;&lt;P&gt;I don't understand why statistics of Kolmogorov Smirnov is different with the two proc.&lt;/P&gt;&lt;P&gt;At the same time, statistics have the same definition in the documentation :&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_univariate_sect037.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_univariate_sect037.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63348/HTML/default/viewer.htm#etsug_severity_sect022.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/63348/HTML/default/viewer.htm#etsug_severity_sect022.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other statistics like Anderson Darling and&amp;nbsp;Cramer-von Mises are the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 16:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296574#M15806</guid>
      <dc:creator>Azeddine</dc:creator>
      <dc:date>2016-09-05T16:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate/severity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296592#M15808</link>
      <description>&lt;P&gt;I'm away from the office so I can't check&amp;nbsp;D’Agostino, R. and Stephens, M. (1986), &lt;EM&gt;Goodness-of-Fit Techniques.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;However,&amp;nbsp;my &lt;STRONG&gt;guess&lt;/STRONG&gt; is that SEVERITY is using an asymptotic test statistic. Under the null hypothesis, sqrt(N)*D &amp;nbsp;converges in distribution to another distribution (called &lt;A href="https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test" target="_self"&gt;the Brownian bridge&lt;/A&gt;). &amp;nbsp;In contrast,&amp;nbsp;UNIVARIATE is probably using table and formulas that describe&amp;nbsp;the distribution of D itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For large samples, I would think that the p-values would be similar.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 19:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296592#M15808</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-09-05T19:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate/severity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296593#M15809</link>
      <description>&lt;P&gt;You didn't post your code. According to the documentation, the two procedures will be equivalent only when edf=STANDARD is chosen in proc SEVERITY, in the absence of censoring.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 19:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296593#M15809</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-09-05T19:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate/severity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296726#M15811</link>
      <description>&lt;P&gt;To follow up, the&amp;nbsp;main difference seems to be that UNIVARIATE, which does not support censoring, uses one modification of the D statistic, whereas SEVERITY, which does support censoring, uses a slightly different modification.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The PROC SEVERITY formula&lt;/P&gt;
&lt;P&gt;D*sqrt(n) + 0.19/sqrt(n))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;appears on p. 113 in D'Agostino and Stephens. The&amp;nbsp;formula handles the possibility of censored data and converges to an asymptotic distribution, which is tabulated in Table 4.4 and credited to Koztol and Byar (1975).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 13:25:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296726#M15811</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-09-06T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate/severity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296729#M15812</link>
      <description>Thank you very much</description>
      <pubDate>Tue, 06 Sep 2016 13:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-univariate-severity/m-p/296729#M15812</guid>
      <dc:creator>Azeddine</dc:creator>
      <dc:date>2016-09-06T13:27:13Z</dc:date>
    </item>
  </channel>
</rss>

