<?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: FORECAST in Proc Arima is in-sample prediction? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/476415#M3210</link>
    <description>&lt;P&gt;I am not sure why you want forecast at time t+1 to be based only on data at time t.&amp;nbsp; Only for very simple models such as random walk model, such a forecast will be optimal.&amp;nbsp; In most situations forecast at time t+1 is a function of all the available data (i.e. all history up to time t).&amp;nbsp; PROC ARIMA provides in-sample and out-of-sample (multi-step ahead) forecasts as described standard ARIMA texts such as Box and Jenkins or Brockwell and Davis.&amp;nbsp; Your comment about parameter estimates is also unclear.&amp;nbsp; Estimating parameters using all data is also a standard practice.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 12:46:12 GMT</pubDate>
    <dc:creator>rselukar</dc:creator>
    <dc:date>2018-07-09T12:46:12Z</dc:date>
    <item>
      <title>FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/467146#M3169</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As forecast procedure say, "The FORECAST statement generates forecast values for a time series by using the parameter estimates produced by the previous ESTIMATE statement. See the section &lt;A href="http://127.0.0.1:51182/help/etsug.hlp/etsug_arima_details32.htm" target="_blank"&gt;Forecasting Details&lt;/A&gt; for more information about calculating forecasts.",&amp;nbsp;FORECAST in Proc Arima is in-sample prediction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is, how can I do out-sample prediction? Does SAS provide a proc to do the out-sample prediction?&lt;/P&gt;&lt;DIV class="xis-refProc"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 02 Jun 2018 18:56:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/467146#M3169</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-06-02T18:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/467500#M3170</link>
      <description>&lt;P&gt;Typically an "in-sample prediction" means that you want the predicted value at an observation that was used to fit the model. An "out-of-sample prediction" means that you are evaluating the model at a&amp;nbsp;time value that was not in the data. Using this definition,&amp;nbsp;forecasts are usually out-of-sample because you&amp;nbsp;are predicting future values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is not the definition that you are using, please explain what you mean.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 18:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/467500#M3170</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-06-04T18:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/467564#M3171</link>
      <description>&lt;P&gt;yes, exactly as you said, so forecast in proc arima is out-sample?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 03:41:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/467564#M3171</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-06-05T03:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/468461#M3175</link>
      <description>&lt;P&gt;PROC ARIMA can produce one-step-ahead forecasts within sample (i.e. for time points t in the historical period you can get forecast at time (t+1) using the data up to time t) and multi-step-ahead forecasts after the history ends (i.e., out-of-sample). Please see "&lt;SPAN&gt;Example 7.2 Seasonal Model for the Airline Series&lt;/SPAN&gt;" for an example and go over the syntax of the FORECAST statement for the details of lead= and back= options.&amp;nbsp; If your model contains predictor variables, the values of these variables must be available in the forecast region to produce the forecasts of the response variable.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 17:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/468461#M3175</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2018-06-07T17:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/468792#M3176</link>
      <description>&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 16:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/468792#M3176</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-06-08T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/476206#M3209</link>
      <description>&lt;P&gt;I have checked the results of the forecast again, It seems that the forecast with options lead= and back= cannot provide the out-of-sample forecast. ''Out-of-sample" forecast means that at every time point t, we forecast the value of time t+1 only using the information based on the time t. But the arima proc uses the information of all the observations at all time (the parameters are evaluated based on all the observations).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I right? If right, d&lt;SPAN&gt;oes SAS provide any solution&amp;nbsp;to do the out-of-sample forecast?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jul 2018 13:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/476206#M3209</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-07-07T13:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/476415#M3210</link>
      <description>&lt;P&gt;I am not sure why you want forecast at time t+1 to be based only on data at time t.&amp;nbsp; Only for very simple models such as random walk model, such a forecast will be optimal.&amp;nbsp; In most situations forecast at time t+1 is a function of all the available data (i.e. all history up to time t).&amp;nbsp; PROC ARIMA provides in-sample and out-of-sample (multi-step ahead) forecasts as described standard ARIMA texts such as Box and Jenkins or Brockwell and Davis.&amp;nbsp; Your comment about parameter estimates is also unclear.&amp;nbsp; Estimating parameters using all data is also a standard practice.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 12:46:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/476415#M3210</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2018-07-09T12:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: FORECAST in Proc Arima is in-sample prediction?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/476460#M3211</link>
      <description>&lt;P&gt;Actually, you cannot get all the information (the data of time [0,T]) at time t. If you want to forecst t+1, you can only do the forecast using the model based on the data of time [0,t]. If you do the forecast at any time t using the full data [0,T], it is a in-sample forecast. It is meaningless for the realistic world but only for academic research.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 14:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/FORECAST-in-Proc-Arima-is-in-sample-prediction/m-p/476460#M3211</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-07-09T14:05:29Z</dc:date>
    </item>
  </channel>
</rss>

