<?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: 3 tests for thesis in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203359#M1292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the SAS instance that you are using does not have SAS/ETS installed.&amp;nbsp; In particular, if you are using the University Edition, it does not support SAS/ETS procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 15:01:06 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2015-07-16T15:01:06Z</dc:date>
    <item>
      <title>3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203355#M1288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data currently look like this:&lt;/P&gt;&lt;P&gt;Time To Maturity&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Volatility&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.65&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to run the following three tests on my data and want to make sure I am doing so correctly.&lt;/P&gt;&lt;P&gt;1.Jonckheere-Terpstra test&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To examine if the volatility increases as a contract approaches maturity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Newy West Heteroskedasticity Consistent Covariance Procedure&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To regress the daily future realised volatility on a constant and the number of days until the contract matures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.GARCH (1, 1) model&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make sure I am coding this correctly in order to ascertain that the results are correct. I have managed to get answer on how to run my first test from the SAS Statistical Discussion, any assistance on how to run the 2nd and 3rd test will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203355#M1288</guid>
      <dc:creator>Thaarb</dc:creator>
      <dc:date>2015-07-15T12:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203356#M1289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thaarb, for #3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC AUTOREG DATA=work.data;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL y = x / GARCH=(q=1,p=1);&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details in the ETS documentation --&amp;gt; &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_autoreg_syntax07.htm" title="http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_autoreg_syntax07.htm"&gt;SAS/ETS(R) 13.2 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 14:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203356#M1289</guid>
      <dc:creator>ChaseO</dc:creator>
      <dc:date>2015-07-15T14:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: 3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203357#M1290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thaarb, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Newey-west SE's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;PROC AUTOREG DATA=work.data;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODEL y = x / GARCH=(q=1,p=1) covest=neweywest;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;RUN;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;For #1, look here &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_freq_details73.htm" title="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_freq_details73.htm"&gt;SAS/STAT(R) 14.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;You'll have to estimate that test statistic outside AUTOREG.&amp;nbsp; (Oh i just saw your note.&amp;nbsp; Oh well, for everyone else and me &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Ken &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203357#M1290</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2015-07-15T19:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203358#M1291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I attempt the test for Newey West as specified above it brings the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Procedure AUTOREG not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could go about fixing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203358#M1291</guid>
      <dc:creator>Thaarb</dc:creator>
      <dc:date>2015-07-16T11:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: 3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203359#M1292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the SAS instance that you are using does not have SAS/ETS installed.&amp;nbsp; In particular, if you are using the University Edition, it does not support SAS/ETS procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:01:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203359#M1292</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-07-16T15:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: 3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203360#M1293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The short answer is that you do not have SAS/ETS installed.&amp;nbsp; If you are interested in licensing that module, follow this link.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sas.com/en_us/software/how-to-buy.html" title="http://www.sas.com/en_us/software/how-to-buy.html"&gt;How to Buy SAS Software | SAS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are a student or using the product for human capital purposes (non revenue generating) then you can access "cloud SAS" here. &lt;A class="active_link" href="https://odamid.oda.sas.com/SASLogon/login?service=https%3A%2F%2Fodamid.oda.sas.com%2FSASODAControlCenter%2Fj_spring_cas_security_check" title="https://odamid.oda.sas.com/SASLogon/login?service=https%3A%2F%2Fodamid.oda.sas.com%2FSASODAControlCenter%2Fj_spring_cas_security_check"&gt; SAS&amp;amp;reg; Logon Manager &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you need to do is sign up for an account. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck-Ken &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/203360#M1293</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2015-07-17T17:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/232736#M1442</link>
      <description>&lt;P&gt;Thanks for all your assistance - it is greatly appreciated. I have managed to run all three tests, but I have a question relating to the confidence interval... How do I know what the confidence interval is that the tests are assuming? Or do I have to specify one? If so where?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Terri&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 14:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/232736#M1442</guid>
      <dc:creator>Thaarb</dc:creator>
      <dc:date>2015-11-02T14:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: 3 tests for thesis</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/233051#M1447</link>
      <description>&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information regarding the Newey-West test. Do you know how I add in another dependent variable into the regression?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As when I try to do it currently it bring up an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:18:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/3-tests-for-thesis/m-p/233051#M1447</guid>
      <dc:creator>Thaarb</dc:creator>
      <dc:date>2015-11-04T12:18:04Z</dc:date>
    </item>
  </channel>
</rss>

