<?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: hypergeometric quantile function parameters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/hypergeometric-quantile-function-parameters/m-p/791966#M253754</link>
    <description>&lt;P&gt;Better yet, there was a link within the quantile function that defined the parameters. I hate it when I miss stuff like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chuck&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 19:46:11 GMT</pubDate>
    <dc:creator>Chuck_White</dc:creator>
    <dc:date>2022-01-24T19:46:11Z</dc:date>
    <item>
      <title>hypergeometric quantile function parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypergeometric-quantile-function-parameters/m-p/791884#M253713</link>
      <description>&lt;P&gt;SAS documentation I've seen for the quantile function includes an example for the hypergeometric function but I'm having a hard time figuring out the parameters of the function. Contrary to the usual level of SAS documentation, I don't see where the parameters are listed and my hunting and pecking for parameters isn't working. Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More specifically, the function is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;quantile('hyper', p,x,y,z) so..., what are x, y, and z.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 16:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypergeometric-quantile-function-parameters/m-p/791884#M253713</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2022-01-24T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: hypergeometric quantile function parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypergeometric-quantile-function-parameters/m-p/791908#M253724</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/106069"&gt;@Chuck_White&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally, the documentation of the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lefunctionsref/p1x9o3ozc5ft8yn1kcn0p6yg4awc.htm" target="_blank" rel="noopener"&gt;CDF&lt;/A&gt; and &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lefunctionsref/n164yyfgppedmkn1320boncqkh6r.htm#p136twaqbh91cdn16l220z1m60u4" target="_blank" rel="noopener"&gt;PDF function&lt;/A&gt;&amp;nbsp;(which the documentation of the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lefunctionsref/n0uhywbqfucg6qn18woziy41flqp.htm#n00nq4iy240gjon1grj6xe1979b8" target="_blank" rel="noopener"&gt;QUANTILE function&lt;/A&gt; refers to) is more detailed and contains both formulae and descriptions of the parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/106069"&gt;@Chuck_White&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;quantile('hyper', p,x,y,z) so..., what are x, y, and z.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In the case of the hypergeometric distribution:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;x is the size of the population.&lt;/LI&gt;
&lt;LI&gt;y is the size of the subset of interest.&lt;/LI&gt;
&lt;LI&gt;z is the size of the sample drawn from the population without replacement.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 24 Jan 2022 16:49:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypergeometric-quantile-function-parameters/m-p/791908#M253724</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-01-24T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: hypergeometric quantile function parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hypergeometric-quantile-function-parameters/m-p/791966#M253754</link>
      <description>&lt;P&gt;Better yet, there was a link within the quantile function that defined the parameters. I hate it when I miss stuff like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chuck&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 19:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hypergeometric-quantile-function-parameters/m-p/791966#M253754</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2022-01-24T19:46:11Z</dc:date>
    </item>
  </channel>
</rss>

