<?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: Using proc arima or proc forecast with defined coefficient in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867638#M342682</link>
    <description>yes, for that alpha I know. My question is how can I input my coefficient (parameter estimation) instead of SAS doing the estimation?</description>
    <pubDate>Sun, 02 Apr 2023 13:00:08 GMT</pubDate>
    <dc:creator>Zuhdiyah</dc:creator>
    <dc:date>2023-04-02T13:00:08Z</dc:date>
    <item>
      <title>Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867633#M342678</link>
      <description>&lt;P&gt;I want to do some simulation on ARIMA model by changing the confidence level from 0.1 to 99.9. I have a defined coefficient or parameter estimation for each of parameters. How can I use PROC ARIMA or PROC FORECAST to do this? For example, I want to do simulation for ARIMA (4,0,1) and I already have coefficients for AR1-AR4 along with MA1. I just want to change my confidence level to generate different lower and upper value. Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 11:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867633#M342678</guid>
      <dc:creator>Zuhdiyah</dc:creator>
      <dc:date>2023-04-02T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867634#M342679</link>
      <description>&lt;P&gt;In PROC ARIMA, both the FORECAST statement and the IDENTIFY statement has an option ALPHA= which allows you to change the alpha used for confidence intervals.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 11:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867634#M342679</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-02T11:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867638#M342682</link>
      <description>yes, for that alpha I know. My question is how can I input my coefficient (parameter estimation) instead of SAS doing the estimation?</description>
      <pubDate>Sun, 02 Apr 2023 13:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867638#M342682</guid>
      <dc:creator>Zuhdiyah</dc:creator>
      <dc:date>2023-04-02T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867645#M342686</link>
      <description>&lt;P&gt;Well, I must say I was confused from your question whether you were asking about how to change alpha or how to do estimation for fixed model parameters, or both, or neither.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look at the NOEST option in the documentation for the ESTIMATE statement.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 15:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867645#M342686</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-02T15:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867692#M342706</link>
      <description>sorry, if it was confusing.&lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestion, I will look into it.</description>
      <pubDate>Mon, 03 Apr 2023 02:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867692#M342706</guid>
      <dc:creator>Zuhdiyah</dc:creator>
      <dc:date>2023-04-03T02:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867711#M342719</link>
      <description>&lt;P&gt;Can you please help me how to write the codes?&lt;/P&gt;&lt;P&gt;Let's say I have an ARIMA model (2,0,1) and the coefficients are as below:&lt;/P&gt;&lt;P&gt;AR1=0.5&lt;/P&gt;&lt;P&gt;AR2=0.8&lt;/P&gt;&lt;P&gt;MA1=3.5&lt;/P&gt;&lt;P&gt;I want to generate the forecast with confidence level for 0.5, 0.7, and 0.9, can the below codes work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc arima data=mydata;&lt;BR /&gt;identify var=hist;&amp;nbsp;&lt;BR /&gt;estimate ar=0.5 0.8 ma=3.5 noest;&amp;nbsp;&lt;BR /&gt;forecast id=date interval=month lead=12 alpha=0.5 out=myoutput;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 07:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867711#M342719</guid>
      <dc:creator>Zuhdiyah</dc:creator>
      <dc:date>2023-04-03T07:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867744#M342726</link>
      <description>&lt;P&gt;You can simulate ARIMA time series data by ARMASIM() in SAS/IML.&lt;BR /&gt;Check its documentation in support.sas.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1680525647916.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82272iD5AF07859236E01D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1680525647916.png" alt="Ksharp_0-1680525647916.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;might would write a blog about this topic .&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 12:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867744#M342726</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-04-03T12:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc arima or proc forecast with defined coefficient</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867750#M342728</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345690"&gt;@Zuhdiyah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Can you please help me how to write the codes?&lt;/P&gt;
&lt;P&gt;Let's say I have an ARIMA model (2,0,1) and the coefficients are as below:&lt;/P&gt;
&lt;P&gt;AR1=0.5&lt;/P&gt;
&lt;P&gt;AR2=0.8&lt;/P&gt;
&lt;P&gt;MA1=3.5&lt;/P&gt;
&lt;P&gt;I want to generate the forecast with confidence level for 0.5, 0.7, and 0.9, can the below codes work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc arima data=mydata;&lt;BR /&gt;identify var=hist;&amp;nbsp;&lt;BR /&gt;estimate ar=0.5 0.8 ma=3.5 noest;&amp;nbsp;&lt;BR /&gt;forecast id=date interval=month lead=12 alpha=0.5 out=myoutput;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What is wrong with the code you show?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 12:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-arima-or-proc-forecast-with-defined-coefficient/m-p/867750#M342728</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-03T12:52:10Z</dc:date>
    </item>
  </channel>
</rss>

