<?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: standard normal probability density and cumulative functions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/standard-normal-probability-density-and-cumulative-functions/m-p/15541#M2071</link>
    <description>Let me give you an example.&lt;BR /&gt;
&lt;BR /&gt;
data prob;&lt;BR /&gt;
x=pdf('normal',1.64,0,1);&lt;BR /&gt;
y=cdf('normal',1.96,0,1);&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
You can find more details in SAS help.</description>
    <pubDate>Tue, 06 May 2008 05:15:04 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-05-06T05:15:04Z</dc:date>
    <item>
      <title>standard normal probability density and cumulative functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/standard-normal-probability-density-and-cumulative-functions/m-p/15540#M2070</link>
      <description>Suppose φ is the probability density function of the standard normal distribution and Ф the  cumulative distribution function.  For any number c, how can I obtain   φ(c) and Ф(c)?  I tried to use&lt;BR /&gt;
&lt;BR /&gt;
PDF('NORMAL',c&amp;lt;,0,1&amp;gt;) for φ(c)&lt;BR /&gt;
&lt;BR /&gt;
and&lt;BR /&gt;
&lt;BR /&gt;
CDF('NORMAL',c&amp;lt;,0,1&amp;gt;) for Ф(c)&lt;BR /&gt;
&lt;BR /&gt;
but it didn't work.</description>
      <pubDate>Mon, 05 May 2008 21:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/standard-normal-probability-density-and-cumulative-functions/m-p/15540#M2070</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-05T21:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: standard normal probability density and cumulative functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/standard-normal-probability-density-and-cumulative-functions/m-p/15541#M2071</link>
      <description>Let me give you an example.&lt;BR /&gt;
&lt;BR /&gt;
data prob;&lt;BR /&gt;
x=pdf('normal',1.64,0,1);&lt;BR /&gt;
y=cdf('normal',1.96,0,1);&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
You can find more details in SAS help.</description>
      <pubDate>Tue, 06 May 2008 05:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/standard-normal-probability-density-and-cumulative-functions/m-p/15541#M2071</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-06T05:15:04Z</dc:date>
    </item>
  </channel>
</rss>

