<?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: DCC GARCH conditional correlation in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/847872#M4567</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What version of SAS are you using?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you using SAS/ETS 14.2 (your help link is for 14.2)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After SAS/ETS 14.2&amp;nbsp;a plot of the dynamic correlations was added to the VARMAX procedure (and also you can&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;output the dynamic correlations to a data set via an ODS OUTPUT statement).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This was still experimental in SAS/ETS 15.2 (SAS 9.4 M7) , but I guess it's no longer experimental in SAS VIYA (or even SAS 9.4 M8).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In PROC VARMAX , put plots=(&lt;/SPAN&gt;&lt;SPAN class=" aa-term "&gt;&lt;SPAN class=" aa-keyword"&gt;CONDCORR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.varmax.varprocstmt" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;DIV class="aa-deflist"&gt;
&lt;DL class="aa-deflist"&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;&lt;SPAN class=" aa-keyword"&gt;CONDCORR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;produces dynamic conditional covariance plots. This option is available only when the DCC GARCH model is specified.&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;The ODS output dataset is :&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug_varmax022953" class="aa-section"&gt;
&lt;DIV id="etsug.varmax.varodstable" class="aa-table"&gt;
&lt;DIV class="aa-table-contents"&gt;
&lt;TABLE class="aa-tabular"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;DCCCorrConstant&lt;/TD&gt;
&lt;TD&gt;Unconditional correlation matrix in the DCC GARCH model&lt;/TD&gt;
&lt;TD&gt;CORRCONSTANT=EXPECT with FORM=DCC&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;If you are indeed on SAS/ETS 14.2, you can reach out to SAS Technical Support in your country.&lt;BR /&gt;They have a program to calculate (and plot) all this starting from the (&lt;SPAN&gt;time-varying)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;conditional covariance matrix&amp;nbsp;&lt;/SPAN&gt;:&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.varmax.varmaxgarchmodeling" class="aa-section"&gt;
&lt;DIV id="etsug_varmax020155" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;&lt;SPAN class="aa-mathinline"&gt;&lt;SPAN class="aa-math" title="Click image for alternative format. Opens in a new window or tab."&gt;&lt;!--stopindex--&gt;&lt;!--googleoff: all--&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE class=""&gt;outht=ohdcc;&lt;/PRE&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Cheers,&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Koen&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 05 Dec 2022 18:48:27 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-12-05T18:48:27Z</dc:date>
    <item>
      <title>DCC GARCH conditional correlation</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/847774#M4565</link>
      <description>&lt;P&gt;Hello. I am using the PROC VARMAX procedure to run DCC GARCH. As per userguide:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/etscdc/14.2/etsug/etsug_varmax_gettingstarted10.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;https://documentation.sas.com/doc/en/etscdc/14.2/etsug/etsug_varmax_gettingstarted10.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Code below. I am trying to find either a table/vector output or a plot of the conditional correlation series that is generated by the process. I have tried Plots=All in the proc statement and printall in the model statement to no avail. It's not clear that ODS has this chart/table either?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;PRE class=""&gt;/*--- DCC ---*/

proc varmax data=indices outest=oedcc outcov;
   model rDJIA rSP500 / noint;
   garch p=1 q=1 form=dcc outht=ohdcc;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Dec 2022 13:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/847774#M4565</guid>
      <dc:creator>palmaj</dc:creator>
      <dc:date>2022-12-05T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: DCC GARCH conditional correlation</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/847872#M4567</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What version of SAS are you using?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you using SAS/ETS 14.2 (your help link is for 14.2)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After SAS/ETS 14.2&amp;nbsp;a plot of the dynamic correlations was added to the VARMAX procedure (and also you can&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;output the dynamic correlations to a data set via an ODS OUTPUT statement).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This was still experimental in SAS/ETS 15.2 (SAS 9.4 M7) , but I guess it's no longer experimental in SAS VIYA (or even SAS 9.4 M8).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In PROC VARMAX , put plots=(&lt;/SPAN&gt;&lt;SPAN class=" aa-term "&gt;&lt;SPAN class=" aa-keyword"&gt;CONDCORR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.varmax.varprocstmt" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;DIV class="aa-deflist"&gt;
&lt;DL class="aa-deflist"&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;&lt;SPAN class=" aa-keyword"&gt;CONDCORR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;produces dynamic conditional covariance plots. This option is available only when the DCC GARCH model is specified.&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;The ODS output dataset is :&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug_varmax022953" class="aa-section"&gt;
&lt;DIV id="etsug.varmax.varodstable" class="aa-table"&gt;
&lt;DIV class="aa-table-contents"&gt;
&lt;TABLE class="aa-tabular"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;DCCCorrConstant&lt;/TD&gt;
&lt;TD&gt;Unconditional correlation matrix in the DCC GARCH model&lt;/TD&gt;
&lt;TD&gt;CORRCONSTANT=EXPECT with FORM=DCC&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;If you are indeed on SAS/ETS 14.2, you can reach out to SAS Technical Support in your country.&lt;BR /&gt;They have a program to calculate (and plot) all this starting from the (&lt;SPAN&gt;time-varying)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;conditional covariance matrix&amp;nbsp;&lt;/SPAN&gt;:&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="etsug.varmax.varmaxgarchmodeling" class="aa-section"&gt;
&lt;DIV id="etsug_varmax020155" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;&lt;SPAN class="aa-mathinline"&gt;&lt;SPAN class="aa-math" title="Click image for alternative format. Opens in a new window or tab."&gt;&lt;!--stopindex--&gt;&lt;!--googleoff: all--&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE class=""&gt;outht=ohdcc;&lt;/PRE&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Cheers,&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Koen&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Dec 2022 18:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/847872#M4567</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-12-05T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: DCC GARCH conditional correlation</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/848018#M4568</link>
      <description>&lt;P&gt;Thank you. Very good point. I'm on an older version - 9.4 M3 (I think). This code delivers an error message. Perhaps even slightly before this was even in test phase?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 01:45:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/848018#M4568</guid>
      <dc:creator>palmaj</dc:creator>
      <dc:date>2022-12-06T01:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: DCC GARCH conditional correlation</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/848145#M4569</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see CONDCORR is still experimental, even in the latest SAS release (which does not mean that it doesn't work properly of course).&lt;/P&gt;
&lt;P&gt;See here :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_033/etsug/etsug_varmax_syntax02.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/v_033/etsug/etsug_varmax_syntax02.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you have 2 possibilities :&lt;BR /&gt;- upgrading your SAS&lt;/P&gt;
&lt;P&gt;- reaching out to SAS Technical Support. They have a data step that calculates what you need based on &lt;STRONG&gt;outht=&lt;/STRONG&gt; data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 16:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/DCC-GARCH-conditional-correlation/m-p/848145#M4569</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-12-06T16:08:22Z</dc:date>
    </item>
  </channel>
</rss>

