<?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: Prediction or confidence intervals in proc x12? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99593#M517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to calculate prediction intervals for ARIMA forecasts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 07:15:56 GMT</pubDate>
    <dc:creator>tatjana</dc:creator>
    <dc:date>2013-06-11T07:15:56Z</dc:date>
    <item>
      <title>Prediction or confidence intervals in proc x12?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99591#M515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does SAS produce prediction or forecast intervals in the forecast output of proc x12 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99591#M515</guid>
      <dc:creator>tatjana</dc:creator>
      <dc:date>2013-06-07T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction or confidence intervals in proc x12?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99592#M516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;data sales;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set sashelp.air;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sales = air;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; date = intnx( 'month', '01sep78'd, _n_-1 );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; format date monyy.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc x12 data=sales date=date;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var sales;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; automdl;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; forecast lead=12;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods select forecastCL forecastsplot;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ods output forecastCL=predicted;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: this book &lt;A href="https://support.sas.com/pubscat/bookdetails.jsp?catid=1&amp;amp;pc=63980" title="https://support.sas.com/pubscat/bookdetails.jsp?catid=1&amp;amp;pc=63980"&gt;Practical Time Series Analysis Using SAS&lt;/A&gt; features plenty of nice illustrations including X12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 12:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99592#M516</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2013-06-10T12:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction or confidence intervals in proc x12?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99593#M517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to calculate prediction intervals for ARIMA forecasts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 07:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99593#M517</guid>
      <dc:creator>tatjana</dc:creator>
      <dc:date>2013-06-11T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction or confidence intervals in proc x12?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99594#M518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer and the book link!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately this statement only produces an output table with confidence limits which is called 'predicted'. What I am searching is an option to produce prediction limits instead of confidence limits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99594#M518</guid>
      <dc:creator>tatjana</dc:creator>
      <dc:date>2013-06-11T11:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction or confidence intervals in proc x12?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99595#M519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;The X12 procedure (like other procedures in SAS/ETS software) uses prediction standard errors to calculate confidence intervals for future predictions (the uncertainty grows with the forecast horizon).&amp;nbsp; Furthermore PROC X12 matches the Census Fortran Code - which you will find here: &lt;A href="http://www.census.gov/srd/www/x12a/"&gt;http://www.census.gov/srd/www/x12a/&lt;/A&gt; - lots of details about the implementation can be accessed at this link.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 12:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99595#M519</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2013-06-14T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction or confidence intervals in proc x12?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99596#M520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;Some more information was shared by the X12 R&amp;amp;D team, which I'm adding to this thread for documentation purposes.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the X-12-ARIMA Reference Manual, &lt;A href="http://www.census.gov/ts/x12a/v03/x12adocV03.pdf"&gt;http://www.census.gov/ts/x12a/v03/x12adocV03.pdf&lt;/A&gt; and X-13ARIMA-SEATS Reference Manual,&amp;nbsp; &lt;A href="http://www.census.gov/ts/x13as/docX13ASHTML.pdf"&gt;http://www.census.gov/ts/x13as/docX13ASHTML.pdf&lt;/A&gt; section 4.7 Forecasting contains the same information:&lt;BR /&gt;“For a reasonably long time series, (Box and Jenkins 1976, pp. (267-269) observe that the contribution to forecast error of the error in estimating the AR and MA parameters is generally small, thus providing a justification for ignoring this source of error when computing the forecast standard errors.”&lt;BR /&gt;As I do not have the 1976 version of the Box and Jenkins book, I had to look for the equivalent in the 1994 version. In Chapter 9, Seasonal Models, Section 9.2.2, p. 334, I find “2. The forecasts are insensitive to small changes in parameter values such as are introduced by estimation errors.”&lt;/P&gt;&lt;P&gt;Chapter 9, Season Models is heavily cross-referenced with Chapter 5, Forecasting. After examining the X-12-ARIMA FORTRAN code, the standard error for the forecasts is computed as shown in 9.2.14 (5.1.16). This is just for the AR &amp;amp; MA error, the regression error effects are also considered in the computation. And the Ψ-weights are calculated as described in section 5.1. The Box-Jenkins reference was used for the computations apparently.&lt;/P&gt;&lt;P&gt;Is the customer actually getting different results? I believe that in this case, the problem is terminology. From &lt;A href="http://robjhyndman.com/hyndsight/intervals/"&gt;http://robjhyndman.com/hyndsight/intervals/&lt;/A&gt;: “And I ask econometricians to stop being so sloppy about terminology.” The Census Bureau also uses the term “Confidence Interval”:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Confidence intervals with coverage probability (0.95000) &lt;/LI&gt;&lt;LI&gt;On the Original Scale&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Although, Hyndman may find the terminology confusing, it does seem to be fairly standard practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 13:33:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-or-confidence-intervals-in-proc-x12/m-p/99596#M520</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2013-06-24T13:33:13Z</dc:date>
    </item>
  </channel>
</rss>

