<?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: How to identify seasonality or periodicity in data? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56131#M2565</link>
    <description>Hello AshP,&lt;BR /&gt;
&lt;BR /&gt;
You could use proc UCM:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/docMainpage.jsp" target="_blank"&gt;http://support.sas.com/onlinedoc/913/docMainpage.jsp&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
    <pubDate>Tue, 26 Apr 2011 16:25:16 GMT</pubDate>
    <dc:creator>SPR</dc:creator>
    <dc:date>2011-04-26T16:25:16Z</dc:date>
    <item>
      <title>How to identify seasonality or periodicity in data?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56130#M2564</link>
      <description>I have a very simple time series related question.&lt;BR /&gt;
&lt;BR /&gt;
I have data spanning a four month time period. I have one data record for each day, so a total of approx. 120 data points. &lt;BR /&gt;
&lt;BR /&gt;
All I want to know is whether there is a periodicity/seasonality to the data. Descriptively, it look like there is a weekly periodicity, but how do I identify this statistically?</description>
      <pubDate>Mon, 25 Apr 2011 17:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56130#M2564</guid>
      <dc:creator>AshP</dc:creator>
      <dc:date>2011-04-25T17:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify seasonality or periodicity in data?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56131#M2565</link>
      <description>Hello AshP,&lt;BR /&gt;
&lt;BR /&gt;
You could use proc UCM:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/docMainpage.jsp" target="_blank"&gt;http://support.sas.com/onlinedoc/913/docMainpage.jsp&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Tue, 26 Apr 2011 16:25:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56131#M2565</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-04-26T16:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify seasonality or periodicity in data?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56132#M2566</link>
      <description>The simplest method to model seasonal patterns is to use dummy variables to represent the seasons.  With such a short time series, a weekly periodicity is about the longest effect you can detect (i.e., you would not be able to see a monthly effect with only 4 months).  A regresion model with the seasonal dummy variables as your inputs will serve you, but if there is any residual autocorrelation remaining, your MSE may seriously underestimate the variance of the error terms, so your p-values could be way off.&lt;BR /&gt;
&lt;BR /&gt;
I'd use proc autoreg with the dummy variables and ask for the Durbin-Watson statistic to check for autocorrelation.  Proc autoreg can handle autoregressive errors, if present.&lt;BR /&gt;
&lt;BR /&gt;
Mark</description>
      <pubDate>Tue, 26 Apr 2011 16:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56132#M2566</guid>
      <dc:creator>mfisher</dc:creator>
      <dc:date>2011-04-26T16:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify seasonality or periodicity in data?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56133#M2567</link>
      <description>Proc Spectra or Proc Arima: Dickey Fuller test, Seasonal Decomposition Plot</description>
      <pubDate>Tue, 26 Apr 2011 18:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-identify-seasonality-or-periodicity-in-data/m-p/56133#M2567</guid>
      <dc:creator>proctice</dc:creator>
      <dc:date>2011-04-26T18:41:08Z</dc:date>
    </item>
  </channel>
</rss>

