<?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 GARCH BEKK with example in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/GARCH-BEKK-with-example/m-p/82705#M414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I earlier posted 2 questions on multivariate garch, but got no response. I decided that my question might become more clear with an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make my question more clear: I am looking to do an analysis similar to the one in this paper: &lt;A href="http://www.opf.slu.cz/kfi/icfb/proc2011/pdf/02_Arifin.pdf"&gt;http://www.opf.slu.cz/kfi/icfb/proc2011/pdf/02_Arifin.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You'd only have to check page 5 for the methodology and page 6 for the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume I have the same stock index return data as in this paper. How could I get the results in table 2, panel A and B, using VARMAX?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Sep 2013 21:30:47 GMT</pubDate>
    <dc:creator>DaanUtrecht</dc:creator>
    <dc:date>2013-09-14T21:30:47Z</dc:date>
    <item>
      <title>GARCH BEKK with example</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/GARCH-BEKK-with-example/m-p/82705#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I earlier posted 2 questions on multivariate garch, but got no response. I decided that my question might become more clear with an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make my question more clear: I am looking to do an analysis similar to the one in this paper: &lt;A href="http://www.opf.slu.cz/kfi/icfb/proc2011/pdf/02_Arifin.pdf"&gt;http://www.opf.slu.cz/kfi/icfb/proc2011/pdf/02_Arifin.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You'd only have to check page 5 for the methodology and page 6 for the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume I have the same stock index return data as in this paper. How could I get the results in table 2, panel A and B, using VARMAX?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Sep 2013 21:30:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/GARCH-BEKK-with-example/m-p/82705#M414</guid>
      <dc:creator>DaanUtrecht</dc:creator>
      <dc:date>2013-09-14T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: GARCH BEKK with example</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/GARCH-BEKK-with-example/m-p/82706#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is a response from the developer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Given one data set containing two columns, exchangeRate and stockReturn (will need by groups for all countries in your example):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Proc varmax data=one;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; Model exchangeRate stockReturn = / p=1; /* VAR(1) with constant mean */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; Garch p=1 q=1 form=BEKK; /* BEKK GARCH(1,1) */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Note that in proc varmax, we calculate constant term, C’C, in garch equation in equation (2) as one symmetric matrix. If the user wants to repeat the paper, he can apply Cholesky decomposition on the constant matrix (by using IML for example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I hope this helps.&amp;nbsp; Also, please contact SAS tech support should you require additional help getting started with VARMAX.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 20:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/GARCH-BEKK-with-example/m-p/82706#M415</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2013-09-27T20:20:02Z</dc:date>
    </item>
  </channel>
</rss>

