<?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: Getting confidence Intervals in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242107#M1511</link>
    <description>&lt;P&gt;find attached.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2016 18:49:20 GMT</pubDate>
    <dc:creator>mmyrto</dc:creator>
    <dc:date>2016-01-06T18:49:20Z</dc:date>
    <item>
      <title>Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242026#M1503</link>
      <description>&lt;P&gt;I have monthly deactivation data &amp;nbsp;and i want to forecast 6 months into the future with SAS forecast studio for desktop. If &amp;nbsp;a month has more weekend days this year then deactivations will be lower / if less weekend days in the month the more deactivations. one way i thought of taking care of this is to calculate avg daily deactivations each month (based on working days of the month) then multiply the predictions by the working days in each predicted month. Question is How can i calculate the new Confidence Intervals?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 14:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242026#M1503</guid>
      <dc:creator>mmyrto</dc:creator>
      <dc:date>2016-01-06T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242034#M1504</link>
      <description>There are 2 approaches on top of my head:&lt;BR /&gt;1. create an input variable  "number of weekend days" and incorporate it into the model (has to be either UCM or ARIMA)&lt;BR /&gt;&lt;BR /&gt;2. Use the ADJUSTMENT option to first pre-adjust the monthly series, forecast the adjusted series, and post-adjust the forecasts. Forecast studio will compute the adjusted CI for you.</description>
      <pubDate>Wed, 06 Jan 2016 14:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242034#M1504</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2016-01-06T14:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242052#M1505</link>
      <description>&lt;P&gt;I did that but have the following challenge: I have the number of working days for the months i have data how can SAS know the number of working days in the predicted months so the prediction is multiplied byt the number of working days?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 15:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242052#M1505</guid>
      <dc:creator>mmyrto</dc:creator>
      <dc:date>2016-01-06T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242056#M1506</link>
      <description>See if you can switch to more granular data at all, if you have daily data, it may be worth working at a week level.</description>
      <pubDate>Wed, 06 Jan 2016 15:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242056#M1506</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-06T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242057#M1507</link>
      <description>you will need to populate the input/adjustment variables for the forecast horizon periods, not just the historical periods.</description>
      <pubDate>Wed, 06 Jan 2016 15:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242057#M1507</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2016-01-06T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242067#M1508</link>
      <description>&lt;P&gt;ok I did that seems to be working but i noticed the following with the C.I&amp;nbsp;see attached. Very narrow,but not for the out of sample predictions, any explanation for that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12170iFA1D1FA310961AAB/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="c.i.PNG" title="c.i.PNG" /&gt;</description>
      <pubDate>Wed, 06 Jan 2016 16:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242067#M1508</guid>
      <dc:creator>mmyrto</dc:creator>
      <dc:date>2016-01-06T16:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242072#M1509</link>
      <description>&lt;P&gt;at this point can't get&amp;nbsp;more granular data.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 16:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242072#M1509</guid>
      <dc:creator>mmyrto</dc:creator>
      <dc:date>2016-01-06T16:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242099#M1510</link>
      <description>would you be able to share the data with me? Something is missing but it is hard to tell from the forecast plot. thanks</description>
      <pubDate>Wed, 06 Jan 2016 18:38:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242099#M1510</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2016-01-06T18:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242107#M1511</link>
      <description>&lt;P&gt;find attached.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 18:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242107#M1511</guid>
      <dc:creator>mmyrto</dc:creator>
      <dc:date>2016-01-06T18:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242109#M1512</link>
      <description>&lt;P&gt;X1 is the dependent var&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 18:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242109#M1512</guid>
      <dc:creator>mmyrto</dc:creator>
      <dc:date>2016-01-06T18:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242110#M1513</link>
      <description>&lt;P&gt;i just took a look that the data, i don't think the data in the forecast horizon periods are populated correctly.&lt;/P&gt;
&lt;P&gt;1. I assumed the Region is the BY variable. There should be no missing values in the horizon periods.&lt;/P&gt;
&lt;P&gt;2. You should populate the weekdays variable for each of the BY variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take a look at the attached worksheet&amp;nbsp;with the correct horizon data.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 19:22:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242110#M1513</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2016-01-06T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242193#M1514</link>
      <description>&lt;P&gt;thank you!!!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 14:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Getting-confidence-Intervals/m-p/242193#M1514</guid>
      <dc:creator>mmyrto</dc:creator>
      <dc:date>2016-01-07T14:43:05Z</dc:date>
    </item>
  </channel>
</rss>

