<?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 can I calculate the Confidence Limits around the sum of daily estimates using Proc ARIMA? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-can-I-calculate-the-Confidence-Limits-around-the-sum-of/m-p/715629#M4038</link>
    <description>&lt;P&gt;Since no one has responded with an analytical method, I suggest using a bootstrap to compute the CIs. For time series, here are some references&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- &lt;A href="https://blogs.sas.com/content/iml/2021/01/20/stationary-bootstrap-sas.html" target="_self"&gt;the stationary bootstrap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- &lt;A href="https://blogs.sas.com/content/iml/2021/01/13/moving-block-bootstrap-sas.html" target="_self"&gt;the moving block bootstrap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Jan 2021 13:20:16 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2021-01-31T13:20:16Z</dc:date>
    <item>
      <title>How can I calculate the Confidence Limits around the sum of daily estimates using Proc ARIMA?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-can-I-calculate-the-Confidence-Limits-around-the-sum-of/m-p/709949#M4034</link>
      <description>&lt;P&gt;We are using Proc ARIMA to estimate daily mortality using daily time series data from the previous 4 years. There are daily trends that we would like to be captured in our model, which is why we prefer to use daily time series data instead of monthly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our issue is that we want to present our daily estimates as monthly estimates. Is there a method we could use to sum our daily estimates and calculate a 95% confidence limit around those aggregates?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code used to produce our daily estimates:&lt;/P&gt;&lt;PRE class="language-sas"&gt;&lt;CODE&gt;proc arima data=filename;
identify var=COUNT (1,365) 
crosscorr=monday  
crosscorr=tuesday
crosscorr=wednesday
crosscorr=thursday
crosscorr=friday
crosscorr=saturday
crosscorr=sunday
nlag=1000 stationarity=(adf=100);
run;
estimate p=(1 2 7 30)(365) q=(1)(7)(30)(365) nostable maxiter=250 method=ml;
run; 
forecast alpha=0.05 lead=366 interval=Day id=DATE;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 16:47:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-can-I-calculate-the-Confidence-Limits-around-the-sum-of/m-p/709949#M4034</guid>
      <dc:creator>Chrkoch93</dc:creator>
      <dc:date>2021-01-07T16:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate the Confidence Limits around the sum of daily estimates using Proc ARIMA?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-can-I-calculate-the-Confidence-Limits-around-the-sum-of/m-p/715629#M4038</link>
      <description>&lt;P&gt;Since no one has responded with an analytical method, I suggest using a bootstrap to compute the CIs. For time series, here are some references&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- &lt;A href="https://blogs.sas.com/content/iml/2021/01/20/stationary-bootstrap-sas.html" target="_self"&gt;the stationary bootstrap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- &lt;A href="https://blogs.sas.com/content/iml/2021/01/13/moving-block-bootstrap-sas.html" target="_self"&gt;the moving block bootstrap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 13:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-can-I-calculate-the-Confidence-Limits-around-the-sum-of/m-p/715629#M4038</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-01-31T13:20:16Z</dc:date>
    </item>
  </channel>
</rss>

