<?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: Probability in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Probability/m-p/693985#M211621</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/353902"&gt;@MINSUN&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1: Consider how you would compute this probability mathematically.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What is the name of the distribution of the number of non-standard products in that random sample?&lt;/LI&gt;
&lt;LI&gt;What are the parameter values?&lt;/LI&gt;
&lt;LI&gt;What is the name of the function used to compute the probability that a random variable is less than or equal to a certain value?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Step 2: Go to the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=pgmsashome&amp;amp;docsetTarget=home.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;SAS Programming Documentation&lt;/A&gt;&amp;nbsp;and via "Functions" to the list &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=allprodsle&amp;amp;docsetTarget=syntaxByCategory-function.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;General Functions Listed by Category&lt;/A&gt;. Under "&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=allprodsle&amp;amp;docsetTarget=syntaxByCategory-function.htm&amp;amp;locale=en#p09unuj0fiu8gxn12ig0e7uqfyda" target="_blank" rel="noopener"&gt;Probability&lt;/A&gt;" you will easily find what you need after you've answered the questions in step 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 3: Add SAS code to the function call from step 2 so that the result is written to the log or output window or stored in a dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps, but let me know if you get stuck with any of these steps.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Oct 2020 10:36:52 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2020-10-24T10:36:52Z</dc:date>
    <item>
      <title>Probability</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Probability/m-p/693980#M211618</link>
      <description>How can I get a sas code to get this probability?&lt;BR /&gt;Q) 7% of product A do not meet the specifications. When you randomly select 20 products and check the specifications, find the probability that the number of non-standard products is less than 3.&lt;BR /&gt;&lt;BR /&gt;Please help me!</description>
      <pubDate>Sat, 24 Oct 2020 08:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Probability/m-p/693980#M211618</guid>
      <dc:creator>MINSUN</dc:creator>
      <dc:date>2020-10-24T08:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Probability</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Probability/m-p/693985#M211621</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/353902"&gt;@MINSUN&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1: Consider how you would compute this probability mathematically.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What is the name of the distribution of the number of non-standard products in that random sample?&lt;/LI&gt;
&lt;LI&gt;What are the parameter values?&lt;/LI&gt;
&lt;LI&gt;What is the name of the function used to compute the probability that a random variable is less than or equal to a certain value?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Step 2: Go to the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=pgmsashome&amp;amp;docsetTarget=home.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;SAS Programming Documentation&lt;/A&gt;&amp;nbsp;and via "Functions" to the list &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=allprodsle&amp;amp;docsetTarget=syntaxByCategory-function.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;General Functions Listed by Category&lt;/A&gt;. Under "&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=allprodsle&amp;amp;docsetTarget=syntaxByCategory-function.htm&amp;amp;locale=en#p09unuj0fiu8gxn12ig0e7uqfyda" target="_blank" rel="noopener"&gt;Probability&lt;/A&gt;" you will easily find what you need after you've answered the questions in step 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 3: Add SAS code to the function call from step 2 so that the result is written to the log or output window or stored in a dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps, but let me know if you get stuck with any of these steps.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 10:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Probability/m-p/693985#M211621</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2020-10-24T10:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Probability</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Probability/m-p/694019#M211632</link>
      <description>&lt;P&gt;Additional Hint: probability that the number of non-standard products is less than 3 might be thought of as sum of probability non-standard products are exactly 0, 1 and 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 16:56:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Probability/m-p/694019#M211632</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-24T16:56:21Z</dc:date>
    </item>
  </channel>
</rss>

