<?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 how do i generate a 99% prediction interval in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-do-i-generate-a-99-prediction-interval/m-p/60385#M17101</link>
    <description>data elvennine;&lt;BR /&gt;
infile 'J:t11-4 trade employees.txt';&lt;BR /&gt;
input emp;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc arima data=elvennine;&lt;BR /&gt;
identify var=emp(1,12);&lt;BR /&gt;
estimate q=(1)(12) noconstant printall plot;&lt;BR /&gt;
forecast lead=12 out=pred ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I am wondering what do I add to the forecast statement so it will give me a 99% pred interval, instead of just the standard 9 % confidence one</description>
    <pubDate>Sun, 01 May 2011 04:06:55 GMT</pubDate>
    <dc:creator>djkasdf</dc:creator>
    <dc:date>2011-05-01T04:06:55Z</dc:date>
    <item>
      <title>how do i generate a 99% prediction interval</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-do-i-generate-a-99-prediction-interval/m-p/60385#M17101</link>
      <description>data elvennine;&lt;BR /&gt;
infile 'J:t11-4 trade employees.txt';&lt;BR /&gt;
input emp;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc arima data=elvennine;&lt;BR /&gt;
identify var=emp(1,12);&lt;BR /&gt;
estimate q=(1)(12) noconstant printall plot;&lt;BR /&gt;
forecast lead=12 out=pred ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I am wondering what do I add to the forecast statement so it will give me a 99% pred interval, instead of just the standard 9 % confidence one</description>
      <pubDate>Sun, 01 May 2011 04:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-do-i-generate-a-99-prediction-interval/m-p/60385#M17101</guid>
      <dc:creator>djkasdf</dc:creator>
      <dc:date>2011-05-01T04:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: how do i generate a 99% prediction interval</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-do-i-generate-a-99-prediction-interval/m-p/60386#M17102</link>
      <description>Hi There,&lt;BR /&gt;
&lt;BR /&gt;
The default is 95% confidence intervals. To specify an alternative confidence interval you can set the alpha option to your significance level e.g. alpha=0.01...&lt;BR /&gt;
&lt;BR /&gt;
proc arima data=elvennine;&lt;BR /&gt;
identify var=emp(1,12);&lt;BR /&gt;
estimate q=(1)(12) noconstant printall plot;&lt;BR /&gt;
forecast lead=12 out=pred alpha=0.01;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Check out the PROC ARIMA syntax at &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63348/HTML/default/viewer.htm#etsug_arima_sect024.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/63348/HTML/default/viewer.htm#etsug_arima_sect024.htm&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Hope this is what you were after.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Michelle</description>
      <pubDate>Sun, 01 May 2011 08:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-do-i-generate-a-99-prediction-interval/m-p/60386#M17102</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2011-05-01T08:35:59Z</dc:date>
    </item>
  </channel>
</rss>

