<?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 Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/standard-normal-probability-density-and-cumulative-functions/m-p/15583#M235</link>
    <description>You're quite close to what you need:&lt;BR /&gt;
&lt;BR /&gt;
[pre]data _null_;&lt;BR /&gt;
    c = .5;&lt;BR /&gt;
    x = pdf('NORMAL', c, 0, 1);&lt;BR /&gt;
    y = pdf('NORMAL', c);&lt;BR /&gt;
    put x= y=;&lt;BR /&gt;
run;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
"&amp;lt;,p1, p2&amp;gt;" denotes optional parameters in the function declaration.</description>
    <pubDate>Tue, 27 May 2008 20:44:21 GMT</pubDate>
    <dc:creator>Bengt_SAS</dc:creator>
    <dc:date>2008-05-27T20:44:21Z</dc:date>
    <item>
      <title>standard normal probability density and cumulative functions</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/standard-normal-probability-density-and-cumulative-functions/m-p/15582#M234</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:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/standard-normal-probability-density-and-cumulative-functions/m-p/15582#M234</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-05T21:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: standard normal probability density and cumulative functions</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/standard-normal-probability-density-and-cumulative-functions/m-p/15583#M235</link>
      <description>You're quite close to what you need:&lt;BR /&gt;
&lt;BR /&gt;
[pre]data _null_;&lt;BR /&gt;
    c = .5;&lt;BR /&gt;
    x = pdf('NORMAL', c, 0, 1);&lt;BR /&gt;
    y = pdf('NORMAL', c);&lt;BR /&gt;
    put x= y=;&lt;BR /&gt;
run;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
"&amp;lt;,p1, p2&amp;gt;" denotes optional parameters in the function declaration.</description>
      <pubDate>Tue, 27 May 2008 20:44:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/standard-normal-probability-density-and-cumulative-functions/m-p/15583#M235</guid>
      <dc:creator>Bengt_SAS</dc:creator>
      <dc:date>2008-05-27T20:44:21Z</dc:date>
    </item>
  </channel>
</rss>

