<?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: Box Muller Transformation in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413439#M67467</link>
    <description>&lt;P&gt;You could try looking up Box-Muller on Wikipedia, for a start.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 18:29:28 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-11-14T18:29:28Z</dc:date>
    <item>
      <title>Box Muller Transformation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413392#M67464</link>
      <description>&lt;DIV&gt;Let X and Y be independent random variables from the bivariate normal distribution where&lt;/DIV&gt;&lt;DIV&gt;X ~ N(μ1= 15,σ1^2= 5) and Y ~ N(μ2= 10,σ2^2= 3). Generate 10000 random numbers for X and Y using the&lt;/DIV&gt;&lt;DIV&gt;Box Muller transformation.&lt;/DIV&gt;&lt;DIV&gt;-Print a histogram for both X and Y and supply the appropriate descriptive statistics to verify your&lt;/DIV&gt;&lt;DIV&gt;requirements.&lt;/DIV&gt;&lt;DIV&gt;-Print a Contour and Surface plot in SAS.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I don't know how to begin. I can't seem to find anything helpful for Box Muller Transformations coding.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Nov 2017 16:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413392#M67464</guid>
      <dc:creator>trash</dc:creator>
      <dc:date>2017-11-14T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Box Muller Transformation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413439#M67467</link>
      <description>&lt;P&gt;You could try looking up Box-Muller on Wikipedia, for a start.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 18:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413439#M67467</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-11-14T18:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Box Muller Transformation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413440#M67468</link>
      <description>&lt;P&gt;You could also search SAS Help for "box muller". Hint: it's in there!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 18:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413440#M67468</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-11-14T18:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Box Muller Transformation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413464#M67469</link>
      <description>&lt;P&gt;The Box-Mueller transformation is a way to generate a random normal variates from two uniform variates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. &lt;A href="https://blogs.sas.com/content/iml/2011/08/24/how-to-generate-random-numbers-in-sas.html" target="_self"&gt;Learn how to generate uniform random&amp;nbsp;variates in SAS&lt;/A&gt;&amp;nbsp;in the DATA step.&lt;/P&gt;
&lt;P&gt;2. Use DATA step programming to combine the uniform variates to form a normal variate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest looking into PROC UNIVARIATE when you are ready to generate descriptive statistics that indicate that the sample statistics for X and Y are close to the parameters in the population.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the contour plot and surface plot, I suggest you look at PROC KDE, which can produce&amp;nbsp;bivariate plots of density.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 20:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Box-Muller-Transformation/m-p/413464#M67469</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-14T20:22:36Z</dc:date>
    </item>
  </channel>
</rss>

