<?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: Generalized Pareto Distribution: generate theoretical data given estimated parameters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325039#M72240</link>
    <description>&lt;P&gt;My mistake, I (incorrectly) assumed that a GPD was something else. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying again:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Rand/m-p/298418" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/Rand/m-p/298418&lt;/A&gt; - Another user asked the same question and I think got the answer they needed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://books.google.ca/books?id=biy2BQAAQBAJ&amp;amp;pg=PA113&amp;amp;lpg=PA113&amp;amp;dq=simulating+data+in+sas+generalized+pareto+distribution&amp;amp;source=bl&amp;amp;ots=xkyPbXv-Oy&amp;amp;sig=_AUnbOHSKv1Y-0r1erHBJ4v_iMM&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ved=0ahUKEwjqkaK98sbRAhWn44MKHaQ2CwcQ6AEIJTAC#v=onepage&amp;amp;q=simulating%20data%20in%20sas%20generalized%20pareto%20distribution&amp;amp;f=false" target="_self"&gt;Sim Data Book&lt;/A&gt;&amp;nbsp;- Google Books with the page from the book I mentioned where the GPD is used. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully these help and good luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2017 14:43:36 GMT</pubDate>
    <dc:creator>DarthPathos</dc:creator>
    <dc:date>2017-01-16T14:43:36Z</dc:date>
    <item>
      <title>Generalized Pareto Distribution: generate theoretical data given estimated parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/324997#M72225</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I estimated the scale and the shape parameters using empirical data on the base of the PROC SEVERITY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, by using the estimated parameters XI and THETA for the generalized Pareto distribution, I want to compare the empirical distribution with the theoretical one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, I would like to generate data extrapolated by the GPD distribution on the base of the estimated parameters and plotting the theoretical data against the empirical one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone suggest a simple way to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 09:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/324997#M72225</guid>
      <dc:creator>Quantopic</dc:creator>
      <dc:date>2017-01-16T09:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Pareto Distribution: generate theoretical data given estimated parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325012#M72232</link>
      <description>&lt;P&gt;Hi and welcome to the community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've started playing around with simulating data and found the following to be really helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1387-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/SAS1387-2015.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.statsblogs.com/2014/06/04/simulate-lognormal-data-with-specified-mean-and-variance/" target="_blank"&gt;http://www.statsblogs.com/2014/06/04/simulate-lognormal-data-with-specified-mean-and-variance/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also, Rick Wicklin has written a book on simulating data in SAS that I found very good.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck and hopefully these help!&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 11:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325012#M72232</guid>
      <dc:creator>DarthPathos</dc:creator>
      <dc:date>2017-01-16T11:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Pareto Distribution: generate theoretical data given estimated parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325032#M72239</link>
      <description>&lt;P&gt;Thanks for replying, but I need exactly for an hint to simulate GPD data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the papers you posted above, you can simulate othe kind of distribution but there is no suggestion about to simulate GPD distributed data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks anyway.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325032#M72239</guid>
      <dc:creator>Quantopic</dc:creator>
      <dc:date>2017-01-16T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Pareto Distribution: generate theoretical data given estimated parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325039#M72240</link>
      <description>&lt;P&gt;My mistake, I (incorrectly) assumed that a GPD was something else. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying again:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Rand/m-p/298418" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/Rand/m-p/298418&lt;/A&gt; - Another user asked the same question and I think got the answer they needed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://books.google.ca/books?id=biy2BQAAQBAJ&amp;amp;pg=PA113&amp;amp;lpg=PA113&amp;amp;dq=simulating+data+in+sas+generalized+pareto+distribution&amp;amp;source=bl&amp;amp;ots=xkyPbXv-Oy&amp;amp;sig=_AUnbOHSKv1Y-0r1erHBJ4v_iMM&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ved=0ahUKEwjqkaK98sbRAhWn44MKHaQ2CwcQ6AEIJTAC#v=onepage&amp;amp;q=simulating%20data%20in%20sas%20generalized%20pareto%20distribution&amp;amp;f=false" target="_self"&gt;Sim Data Book&lt;/A&gt;&amp;nbsp;- Google Books with the page from the book I mentioned where the GPD is used. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully these help and good luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325039#M72240</guid>
      <dc:creator>DarthPathos</dc:creator>
      <dc:date>2017-01-16T14:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Pareto Distribution: generate theoretical data given estimated parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325078#M72258</link>
      <description>&lt;P&gt;Solved!!&amp;nbsp;&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://communities.sas.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 17:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325078#M72258</guid>
      <dc:creator>Quantopic</dc:creator>
      <dc:date>2017-01-16T17:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Pareto Distribution: generate theoretical data given estimated parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325116#M72272</link>
      <description>&lt;P&gt;Anytime, it's why we're here as a community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy coding!&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 20:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Generalized-Pareto-Distribution-generate-theoretical-data-given/m-p/325116#M72272</guid>
      <dc:creator>DarthPathos</dc:creator>
      <dc:date>2017-01-16T20:02:20Z</dc:date>
    </item>
  </channel>
</rss>

