<?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: The mean excess plot in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454678#M23752</link>
    <description>&lt;P&gt;If you already know how to generate the X and Y variables in the plot from the data and the location of the dashed line, then you can create the plot as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   title "Mean excess plot";
   proc sgplot data=Have;
      scatter x=X y=Y;
      refline 20 / axis=x lineattrs=(pattern=dash);
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If your question is not about how to CREATE the plot but how to COMPUTE the values for the plot, then we'll need a reference and an explanation of the two quantities in the graph. A "reference"&amp;nbsp;mensa a link to a paper or web site that explains the details that are required to understand how to generate the plot.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 09:35:45 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-04-17T09:35:45Z</dc:date>
    <item>
      <title>The mean excess plot in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454456#M23720</link>
      <description>&lt;P&gt;How could&amp;nbsp;we create a mean excess plot (Hill estimator, etc.)&amp;nbsp;in SAS&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454456#M23720</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2018-04-16T15:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: The mean excess plot in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454533#M23722</link>
      <description>&lt;P&gt;Please provide a link to the plot and some context about where it is encountered or what it shows.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 18:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454533#M23722</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-04-16T18:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: The mean excess plot in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454658#M23750</link>
      <description>&lt;P&gt;I mean this plot :&lt;/P&gt;&lt;P&gt;(mean excess plot form extreme value theory)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="meplot.PNG" style="width: 473px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19851i1B8F74726C736996/image-size/large?v=v2&amp;amp;px=999" role="button" title="meplot.PNG" alt="meplot.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 08:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454658#M23750</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2018-04-17T08:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: The mean excess plot in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454678#M23752</link>
      <description>&lt;P&gt;If you already know how to generate the X and Y variables in the plot from the data and the location of the dashed line, then you can create the plot as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   title "Mean excess plot";
   proc sgplot data=Have;
      scatter x=X y=Y;
      refline 20 / axis=x lineattrs=(pattern=dash);
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If your question is not about how to CREATE the plot but how to COMPUTE the values for the plot, then we'll need a reference and an explanation of the two quantities in the graph. A "reference"&amp;nbsp;mensa a link to a paper or web site that explains the details that are required to understand how to generate the plot.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 09:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-mean-excess-plot-in-SAS/m-p/454678#M23752</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-04-17T09:35:45Z</dc:date>
    </item>
  </channel>
</rss>

