<?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: Using maximum likelihood to estimate parameter of generalized pareto distribution in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/406415#M67019</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Proc univariate&lt;/STRONG&gt; fits generalized Pareto distributions with the histogram statement. Check the PARETO and PERCENTS options.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2017 04:12:39 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-10-23T04:12:39Z</dc:date>
    <item>
      <title>Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/406392#M67018</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to fit my precipitation data to a &lt;SPAN&gt;generalized pareto distribution and find the 95th percentile .&amp;nbsp;And of the three parameters in generalized pareto distribution (sigma, mu, and xi), sigma and mu are fixed, parameter xi is unknown. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm considering to&amp;nbsp;&lt;/SPAN&gt;use&amp;nbsp;maximum likelihood to estimate xi of generalized pareto distribution, but I don't know what procedure should I use.&lt;/P&gt;
&lt;P&gt;I tried the "proc nlin":&lt;/P&gt;
&lt;P&gt;proc nlin data= have; &lt;BR /&gt; parameters kai=1; &lt;BR /&gt; model F=(1/sigma)*((1+xi*((Prep-mu)/sigma)**(-1-1/xi))); &lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Prep as the precipitation samples, F as corresponding frequencies (probabilities), mu and sigma are fixed parameters. But under&amp;nbsp;proc nlin, the estimation methods I could choose&amp;nbsp;don't include maximum likelihood.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone has any ideas about using&amp;nbsp;maximum likelihood to estimate xi in generalized pareto distribution?&lt;/P&gt;
&lt;P&gt;Or if&amp;nbsp;there has any other method to &lt;SPAN&gt;fit my data to a &lt;/SPAN&gt;&lt;SPAN&gt;generalized pareto distribution with fixed mu and sigma and&amp;nbsp;&lt;/SPAN&gt;get the parameter xi and get the percentile?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will really appreciate if there has any ideas or thoughts from you all!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Hua&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2017 20:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/406392#M67018</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-10-22T20:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/406415#M67019</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Proc univariate&lt;/STRONG&gt; fits generalized Pareto distributions with the histogram statement. Check the PARETO and PERCENTS options.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 04:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/406415#M67019</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-10-23T04:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407051#M67041</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;says, PROC UNIVARIATE can fit the generalized&amp;nbsp;Pareto distribution. However, to address&amp;nbsp;your question, you can use PROC NLMIXED (without a random component) to fit data using MLE. For details and an example, see &lt;A href="https://blogs.sas.com/content/iml/2017/06/14/maximum-likelihood-estimates-in-sas.html" target="_self"&gt;"Two ways to compute maximum likelihood estimates in SAS."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407051#M67041</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-24T20:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407484#M67061</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;Proc univariate&lt;/STRONG&gt; fits generalized Pareto distributions with the histogram statement. Check the PARETO and PERCENTS options.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for giving ideas that using proc univariate, I viewed the SAS&amp;nbsp;&lt;SPAN&gt;Procedures Guide about&amp;nbsp;proc univariate, and used following code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;proc univariate data=have;&lt;BR /&gt;histogram Prep/ pareto(THETA= 3 PERCENT=0.95);&lt;BR /&gt;ods select histogram;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I still have some questions:&lt;/P&gt;
&lt;P&gt;1. I could get the parameters now, but did&amp;nbsp;not see where is the percentile. And don't know how to output them in a new table(dataset).&lt;/P&gt;
&lt;P&gt;2. Since I have a lot of groups with different parameters, it's not possible to&amp;nbsp;manually write every corresponding parameter in each code. And I tried but&amp;nbsp;it seems like I could not use one variable in the dataset as a parameter in the code. What I means is : I add a column named "a" in dataset "have", and use THETA=a in the pareto options.&lt;/P&gt;
&lt;P&gt;3. Do you know how can I define :&lt;/P&gt;
&lt;UL class="itemize"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;IMG class="math gen" src="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/images/procstat_univariate0313.png" border="0" alt="" /&gt; width of histogram interval&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;IMG class="math gen" src="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/images/procstat_univariate0314.png" border="0" alt="" /&gt; vertical scaling factor&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;these two parameters? It seems like the histogram I get from the code is automatically have an interval? Where should I define them?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. How can I know that how does the data fit the distribution, like R2, how to evaluate this fitting.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Really thank you for help! It helped me a lot!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hua&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 21:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407484#M67061</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-10-25T21:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407659#M67077</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; 1. I could get the parameters &lt;/EM&gt;now,&lt;EM&gt; but did&amp;nbsp;not see where is the percentile. And don't know how to output them in a new table(dataset).&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You didn't specify the SIGMA= value. You originally said that the threshold and scale parameters are fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can &lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;use the ODS OUTPUT statement to create a data set from any SAS table.&lt;/A&gt;&amp;nbsp;The FitQuantiles table contains the results of the PERCENT= option, but the table will only appear if the&amp;nbsp;MLE for the Pareto distribution converges. Here is an example that generates the tables and saves the estimates:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
proc univariate data=sashelp.cars;
where EngineSize&amp;gt;3;
   var enginesize;
   histogram enginesize / pareto(theta=2.9 sigma=1.5 percents=(5 95));
   ods output ParameterEstimates=PE FitQuantiles=FQ;
   ods select Histogram ParameterEstimates FitQuantiles GoodnessOfFit;
run; 
ods trace off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; 2. Since I have a lot of groups with different parameters, it's not possible to&amp;nbsp;manually write every corresponding parameter in each code. And I tried but&amp;nbsp;it seems like I could not use one variable in the dataset as a parameter in the code. What I &lt;/EM&gt;means is :&lt;EM&gt; I add a column named "a" in dataset "have", and use THETA=a in the &lt;/EM&gt;pareto&lt;EM&gt; options.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think PROC UNIVARIATE supports&amp;nbsp;an option like that.&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; 3. Do you know how can I define :&lt;/EM&gt;&lt;/P&gt;
&lt;UL class="itemize"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;IMG class="math gen" src="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/images/procstat_univariate0313.png" border="0" alt="" /&gt;&amp;nbsp;&lt;/EM&gt;width&lt;EM&gt; of histogram interval&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;IMG class="math gen" src="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/images/procstat_univariate0314.png" border="0" alt="" /&gt;&amp;nbsp;vertical scaling factor&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You don't need to worry about those parameters. They appear in the formula for a mathematical reason (so that the density integrates to 1 on whatever vertical scale is being used.)&amp;nbsp; PROC UNIVARIATE&amp;nbsp;handles those values automatically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; 4. How can I know that how does the data fit the distribution, like R2, how to evaluate this fitting.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the GoodnessOfFit table, which provides GOF&amp;nbsp;statistics such as Kolmogorov-Smirnov and Anderson-Darling tests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407659#M67077</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-26T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407665#M67079</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; 1. I could get the parameters &lt;/EM&gt;now,&lt;EM&gt; but did&amp;nbsp;not see where is the percentile. And don't know how to output them in a new table(dataset).&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You didn't specify the SIGMA= value. You originally said that the threshold and scale parameters are fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can &lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;use the ODS OUTPUT statement to create a data set from any SAS table.&lt;/A&gt;&amp;nbsp;The FitQuantiles table contains the results of the PERCENT= option, but the table will only appear if the&amp;nbsp;MLE for the Pareto distribution converges. Here is an example that generates the tables and saves the estimates:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on;
proc univariate data=sashelp.cars;
where EngineSize&amp;gt;3;
   var enginesize;
   histogram enginesize / pareto(theta=2.9 sigma=1.5 percents=(5 95));
   ods output ParameterEstimates=PE FitQuantiles=FQ;
   ods select Histogram ParameterEstimates FitQuantiles GoodnessOfFit;
run; 
ods trace off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; 2. Since I have a lot of groups with different parameters, it's not possible to&amp;nbsp;manually write every corresponding parameter in each code. And I tried but&amp;nbsp;it seems like I could not use one variable in the dataset as a parameter in the code. What I &lt;/EM&gt;means is :&lt;EM&gt; I add a column named "a" in dataset "have", and use THETA=a in the &lt;/EM&gt;pareto&lt;EM&gt; options.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think PROC UNIVARIATE supports&amp;nbsp;an option like that.&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; 3. Do you know how can I define :&lt;/EM&gt;&lt;/P&gt;
&lt;UL class="itemize"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;IMG class="math gen" src="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/images/procstat_univariate0313.png" border="0" alt="" /&gt;&amp;nbsp;&lt;/EM&gt;width&lt;EM&gt; of histogram interval&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;EM&gt;&lt;IMG class="math gen" src="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/images/procstat_univariate0314.png" border="0" alt="" /&gt;&amp;nbsp;vertical scaling factor&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You don't need to worry about those parameters. They appear in the formula for a mathematical reason (so that the density integrates to 1 on whatever vertical scale is being used.)&amp;nbsp; PROC UNIVARIATE&amp;nbsp;handles those values automatically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; 4. How can I know that how does the data fit the distribution, like R2, how to evaluate this fitting.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the GoodnessOfFit table, which provides GOF&amp;nbsp;statistics such as Kolmogorov-Smirnov and Anderson-Darling tests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thank you so much for your answer. &amp;nbsp;It's very helpful for me. And I'm still reading the website you provided about P&lt;SPAN&gt;ROC NLMIXED, hope it can help me in some way.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407665#M67079</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-10-26T15:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407674#M67081</link>
      <description>Do you know if I can define h, which is the width of histogram interval?</description>
      <pubDate>Thu, 26 Oct 2017 15:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407674#M67081</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-10-26T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407678#M67082</link>
      <description>&lt;P&gt;Yes. See the article &lt;A href="https://blogs.sas.com/content/iml/2014/08/25/bins-for-histograms.html" target="_self"&gt;"Choosing bins for histograms in SAS"&lt;/A&gt;, which discusses &lt;A href="http://support.sas.com/documentation/cdl/en/procstat/67528/HTML/default/viewer.htm#procstat_univariate_syntax09.htm" target="_self"&gt;the MIDPOINTS= and ENDPOINTS= options on the HISTOGRAM statement.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/407678#M67082</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-26T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/408147#M67110</link>
      <description>&lt;P&gt;Yes! Thank you so much, I tried the code you provided, it works well, but still I'm wondering if I could output the parameters and percentile in a new dataset, not only displayed in a view window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 19:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/408147#M67110</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2017-10-27T19:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using maximum likelihood to estimate parameter of generalized pareto distribution</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/408154#M67112</link>
      <description>&lt;P&gt;I've already answered that question, and the code I provided writes two data set. Read the article&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;"ODS OUTPUT: Store any statistic created by any SAS procedure"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you run PROC PRINT or PROC CONTENTS on the 'PE' and 'FQ' data sets, you should see the information you want.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 20:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-maximum-likelihood-to-estimate-parameter-of-generalized/m-p/408154#M67112</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-27T20:03:19Z</dc:date>
    </item>
  </channel>
</rss>

