<?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 Time series stationarity in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Time-series-stationarity/m-p/354902#M2304</link>
    <description>&lt;P&gt;I have a time series with prices. There are 51 prices. And i need to check if it stationary or not ?And if not, i need to make it stationary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i think, i have to do a Dickey&amp;nbsp;Fuller test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i tried this code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ARIMA data=prices;
identify var=price stationarity=(adf=(0)) nlag=51;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;And this is results :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8644i25813C56E03B2518/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8645i5C1E9699F0E29406/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture1.PNG" title="Capture1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;So, where i have to look, if i want to see it's stationary or not ?&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2017 12:38:46 GMT</pubDate>
    <dc:creator>Pelox</dc:creator>
    <dc:date>2017-05-01T12:38:46Z</dc:date>
    <item>
      <title>Time series stationarity</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Time-series-stationarity/m-p/354902#M2304</link>
      <description>&lt;P&gt;I have a time series with prices. There are 51 prices. And i need to check if it stationary or not ?And if not, i need to make it stationary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i think, i have to do a Dickey&amp;nbsp;Fuller test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i tried this code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ARIMA data=prices;
identify var=price stationarity=(adf=(0)) nlag=51;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;And this is results :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8644i25813C56E03B2518/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8645i5C1E9699F0E29406/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture1.PNG" title="Capture1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;So, where i have to look, if i want to see it's stationary or not ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 12:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Time-series-stationarity/m-p/354902#M2304</guid>
      <dc:creator>Pelox</dc:creator>
      <dc:date>2017-05-01T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Time series stationarity</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Time-series-stationarity/m-p/354919#M2305</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;&lt;BR /&gt; This Tech Support note on Frequently Asked For Statistics talks about the Dickey-Fuller test and how to get it, here: &lt;A href="http://support.sas.com/kb/30/333.html" target="_blank"&gt;http://support.sas.com/kb/30/333.html&lt;/A&gt; &lt;BR /&gt;and here is a long explanation: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_macros_sect019.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_macros_sect019.htm&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(post modified to show Tech Support and documentation links only)&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 16:57:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Time-series-stationarity/m-p/354919#M2305</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-05-02T16:57:40Z</dc:date>
    </item>
  </channel>
</rss>

