<?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: Creating a Daily Forecast in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-a-Daily-Forecast/m-p/31067#M1274</link>
    <description>I seem to be getting a better result with 28 in my var declaration.  I'm brand new to proc statespace, so if you see anything below that is a SAS no-no please let me know.  &lt;BR /&gt;
&lt;BR /&gt;
This code sets up the variables I'm using to forecast out the coming 14 days.&lt;BR /&gt;
&lt;BR /&gt;
PROC STATESPACE &lt;BR /&gt;
DATA=TEST1 &lt;BR /&gt;
OUT=TEST2 &lt;BR /&gt;
LEAD=14;&lt;BR /&gt;
VAR LOG(1,28); &lt;BR /&gt;
ID OBS;&lt;BR /&gt;
RUN;</description>
    <pubDate>Thu, 03 Jun 2010 19:41:45 GMT</pubDate>
    <dc:creator>mdavidson</dc:creator>
    <dc:date>2010-06-03T19:41:45Z</dc:date>
    <item>
      <title>Creating a Daily Forecast</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-a-Daily-Forecast/m-p/31066#M1273</link>
      <description>Hello -- &lt;BR /&gt;
&lt;BR /&gt;
I'm relatively new to forecasting so I'm looking for some help.  I'd like to create a daily volume forecast; I have lots of historical data.&lt;BR /&gt;
&lt;BR /&gt;
I'm using SAS EG 4.1, so I don't have SAS Forecast Studio.&lt;BR /&gt;
&lt;BR /&gt;
Here's the problem.  I'm currently able to create a fairly accurate MONTHLY forecast using PROC STATESPACE and a few data steps.  I'd like to translate this into a daily forecast, or if possible use PROC STATESPACE to create my daily forecast.  &lt;BR /&gt;
&lt;BR /&gt;
My data is seasonal.  For example Jan, Feb, and Mar are busy months.  Saturday is a light day, Tuesday is the busiest day.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions?  I've been doing a ton of searching on the web, but can't seem to find anything.</description>
      <pubDate>Thu, 03 Jun 2010 15:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-a-Daily-Forecast/m-p/31066#M1273</guid>
      <dc:creator>mdavidson</dc:creator>
      <dc:date>2010-06-03T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Daily Forecast</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-a-Daily-Forecast/m-p/31067#M1274</link>
      <description>I seem to be getting a better result with 28 in my var declaration.  I'm brand new to proc statespace, so if you see anything below that is a SAS no-no please let me know.  &lt;BR /&gt;
&lt;BR /&gt;
This code sets up the variables I'm using to forecast out the coming 14 days.&lt;BR /&gt;
&lt;BR /&gt;
PROC STATESPACE &lt;BR /&gt;
DATA=TEST1 &lt;BR /&gt;
OUT=TEST2 &lt;BR /&gt;
LEAD=14;&lt;BR /&gt;
VAR LOG(1,28); &lt;BR /&gt;
ID OBS;&lt;BR /&gt;
RUN;</description>
      <pubDate>Thu, 03 Jun 2010 19:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-a-Daily-Forecast/m-p/31067#M1274</guid>
      <dc:creator>mdavidson</dc:creator>
      <dc:date>2010-06-03T19:41:45Z</dc:date>
    </item>
  </channel>
</rss>

