<?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 Levenberg Marquardt Method in GARCH model in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Levenberg-Marquardt-Method-in-GARCH-model/m-p/259234#M1665</link>
    <description>&lt;P&gt;Hello to whoever can help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please review the following program&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc autoreg data=exam4_1;
	model Rtn = / method=ml archtest
				garch=(p=1, q=1);
	output out=FTSE100 r=ehat_garch ht=hgarch;
	title "Estimate GARCH(1,1) Model and Forecast Volatility";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I kinda doult that the moethd=ml is using the Levenberg-Marquardt Algorithm, because the result numbers are not close from those of my book.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, how to use&amp;nbsp;&lt;SPAN&gt;Levenberg-Marquardt method in PROC AUTOREG.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 26 Mar 2016 18:37:54 GMT</pubDate>
    <dc:creator>BingL</dc:creator>
    <dc:date>2016-03-26T18:37:54Z</dc:date>
    <item>
      <title>Levenberg Marquardt Method in GARCH model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Levenberg-Marquardt-Method-in-GARCH-model/m-p/259234#M1665</link>
      <description>&lt;P&gt;Hello to whoever can help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please review the following program&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc autoreg data=exam4_1;
	model Rtn = / method=ml archtest
				garch=(p=1, q=1);
	output out=FTSE100 r=ehat_garch ht=hgarch;
	title "Estimate GARCH(1,1) Model and Forecast Volatility";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I kinda doult that the moethd=ml is using the Levenberg-Marquardt Algorithm, because the result numbers are not close from those of my book.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, how to use&amp;nbsp;&lt;SPAN&gt;Levenberg-Marquardt method in PROC AUTOREG.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2016 18:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Levenberg-Marquardt-Method-in-GARCH-model/m-p/259234#M1665</guid>
      <dc:creator>BingL</dc:creator>
      <dc:date>2016-03-26T18:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Levenberg Marquardt Method in GARCH model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Levenberg-Marquardt-Method-in-GARCH-model/m-p/259240#M1666</link>
      <description>&lt;P&gt;The optimisation method will determine how quickly you get to the solution but should not change the solution. The difference is more likely due to the type= of GARCH model that is fitted (NELSONCAO by default).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2016 02:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Levenberg-Marquardt-Method-in-GARCH-model/m-p/259240#M1666</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-03-27T02:49:44Z</dc:date>
    </item>
  </channel>
</rss>

