<?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 you calculate the Confidence Limit around the sum of daily estimates using an ARIMA mode in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/How-can-you-calculate-the-Confidence-Limit-around-the-sum-of/m-p/709887#M2328</link>
    <description>You should post it at Forecasting Forum. Since PROC ARIMMA is under SAS/ETS .</description>
    <pubDate>Thu, 07 Jan 2021 12:35:14 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-01-07T12:35:14Z</dc:date>
    <item>
      <title>How can you calculate the Confidence Limit around the sum of daily estimates using an ARIMA model?</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/How-can-you-calculate-the-Confidence-Limit-around-the-sum-of/m-p/709770#M2327</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&gt;&lt;CODE class=" language-sas"&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>Wed, 06 Jan 2021 23:17:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/How-can-you-calculate-the-Confidence-Limit-around-the-sum-of/m-p/709770#M2327</guid>
      <dc:creator>Chrkoch93</dc:creator>
      <dc:date>2021-01-06T23:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can you calculate the Confidence Limit around the sum of daily estimates using an ARIMA mode</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/How-can-you-calculate-the-Confidence-Limit-around-the-sum-of/m-p/709887#M2328</link>
      <description>You should post it at Forecasting Forum. Since PROC ARIMMA is under SAS/ETS .</description>
      <pubDate>Thu, 07 Jan 2021 12:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/How-can-you-calculate-the-Confidence-Limit-around-the-sum-of/m-p/709887#M2328</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-07T12:35:14Z</dc:date>
    </item>
  </channel>
</rss>

