<?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 TAR Models in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115589#M633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to estimate a threshold autoregressive model with SAS software, but I do not know if it is possible to estimate it?&lt;/P&gt;&lt;P&gt;Is it possible to estimate it with the procedure MODEL?&lt;/P&gt;&lt;P&gt;Can someone help me to find some codes to estimate this model?&lt;/P&gt;&lt;P&gt;I know that the estimation of this&amp;nbsp; particular class of models is possible with the software R (using the procedure SETAR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anaïs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2012 13:44:43 GMT</pubDate>
    <dc:creator>anais</dc:creator>
    <dc:date>2012-07-23T13:44:43Z</dc:date>
    <item>
      <title>TAR Models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115589#M633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to estimate a threshold autoregressive model with SAS software, but I do not know if it is possible to estimate it?&lt;/P&gt;&lt;P&gt;Is it possible to estimate it with the procedure MODEL?&lt;/P&gt;&lt;P&gt;Can someone help me to find some codes to estimate this model?&lt;/P&gt;&lt;P&gt;I know that the estimation of this&amp;nbsp; particular class of models is possible with the software R (using the procedure SETAR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anaïs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 13:44:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115589#M633</guid>
      <dc:creator>anais</dc:creator>
      <dc:date>2012-07-23T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: TAR Models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115590#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anais,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems PROC MODEL can be used to estimate a Threshold Autoregressive model in SAS.&amp;nbsp; In fact, in our examples we show how to estimate a switching model in PROC MODEL.&amp;nbsp; This can be found &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_model_sect096.htm"&gt;here&lt;/A&gt;. &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_model_sect096.htm"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_model_sect096.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the developer of the PROC, "...&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;estimation of the switching parameter is problematic. That’s why we approximate&lt;BR /&gt;the discrete switch with&amp;nbsp; a smoother (first order continuous) transition between models in the example.&amp;nbsp; For TAR models where more than TWO regimes are considered, this could be onerous to implement in MODEL."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;I hope this helps-Ken&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 16:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115590#M634</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2012-07-23T16:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: TAR Models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115591#M635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I read the example that you gave me.&lt;/P&gt;&lt;P&gt;I modified it a little bit in order to adapt it to my model. I changed the "threshold variable", instead of choosing an exogeneous variable, I chose to put a lag of my endogeneous variable, in order to replicate a SETAR Model.&lt;/P&gt;&lt;P&gt;I tried to estimate it but, it seems that there is a problem of convergence in the estimaors. I don't know how to solve it?&lt;/P&gt;&lt;P&gt;Do I have to change the level of convergence, in order to have "algorithm converged"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anaïs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 08:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115591#M635</guid>
      <dc:creator>anais</dc:creator>
      <dc:date>2012-07-24T08:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: TAR Models</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115592#M636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried to use an exogeneous variable (as the "threshold variable"), but it seems that there is a problem of singularity and SAS did not want to estimate my model.&lt;/P&gt;&lt;P&gt;I don't understand, I wrote exactly the same codes as in the example...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 09:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/TAR-Models/m-p/115592#M636</guid>
      <dc:creator>anais</dc:creator>
      <dc:date>2012-07-24T09:22:27Z</dc:date>
    </item>
  </channel>
</rss>

