<?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 Modelling ARIMA-ANN in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407906#M2742</link>
    <description>&lt;P&gt;Hello Pals;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone give me an idea of how to model auto regressive artificial neural network (ARIMA-ANN) in SAS UE, using the data below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data WORK.WINE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;infile datalines dsd truncover;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;input date:$8. y:32.;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;datalines4;&lt;BR /&gt;Jan80,15136&lt;BR /&gt;Feb80,16733&lt;BR /&gt;Mar80,20016&lt;BR /&gt;Apr80,17708&lt;BR /&gt;May80,18019&lt;BR /&gt;Jun80,19227&lt;BR /&gt;Jul80,22893&lt;BR /&gt;Aug80,23739&lt;BR /&gt;Sep80,21133&lt;BR /&gt;Oct80,22591&lt;BR /&gt;Nov80,26786&lt;BR /&gt;Dec80,29740&lt;BR /&gt;Jan81,15028&lt;BR /&gt;Feb81,17977&lt;BR /&gt;Mar81,20008&lt;BR /&gt;Apr81,21354&lt;BR /&gt;May81,19498&lt;BR /&gt;Jun81,22125&lt;BR /&gt;Jul81,25817&lt;BR /&gt;Aug81,28779&lt;BR /&gt;Sep81,20960&lt;BR /&gt;Oct81,22254&lt;BR /&gt;Nov81,27392&lt;BR /&gt;Dec81,29945&lt;BR /&gt;Jan82,16933&lt;BR /&gt;Feb82,17892&lt;BR /&gt;Mar82,20533&lt;BR /&gt;Apr82,23569&lt;BR /&gt;May82,22417&lt;BR /&gt;Jun82,22084&lt;BR /&gt;Jul82,26580&lt;BR /&gt;Aug82,27454&lt;BR /&gt;Sep82,24081&lt;BR /&gt;Oct82,23451&lt;BR /&gt;Nov82,28991&lt;BR /&gt;Dec82,31386&lt;BR /&gt;Jan83,16896&lt;BR /&gt;Feb83,20045&lt;BR /&gt;Mar83,23471&lt;BR /&gt;Apr83,21747&lt;BR /&gt;May83,25621&lt;BR /&gt;Jun83,23859&lt;BR /&gt;Jul83,25500&lt;BR /&gt;Aug83,30998&lt;BR /&gt;Sep83,24475&lt;BR /&gt;Oct83,23145&lt;BR /&gt;Nov83,29701&lt;BR /&gt;Dec83,34365&lt;BR /&gt;Jan84,17556&lt;BR /&gt;Feb84,22077&lt;BR /&gt;Mar84,25702&lt;BR /&gt;Apr84,22214&lt;BR /&gt;May84,26886&lt;BR /&gt;Jun84,23191&lt;BR /&gt;Jul84,27831&lt;BR /&gt;Aug84,35406&lt;BR /&gt;Sep84,23195&lt;BR /&gt;Oct84,25110&lt;BR /&gt;Nov84,30009&lt;BR /&gt;Dec84,36242&lt;BR /&gt;Jan85,18450&lt;BR /&gt;Feb85,21845&lt;BR /&gt;Mar85,26488&lt;BR /&gt;Apr85,22394&lt;BR /&gt;May85,28057&lt;BR /&gt;Jun85,25451&lt;BR /&gt;Jul85,24872&lt;BR /&gt;Aug85,33424&lt;BR /&gt;Sep85,24052&lt;BR /&gt;Oct85,28449&lt;BR /&gt;Nov85,33533&lt;BR /&gt;Dec85,37351&lt;BR /&gt;Jan86,19969&lt;BR /&gt;Feb86,21701&lt;BR /&gt;Mar86,26249&lt;BR /&gt;Apr86,24493&lt;BR /&gt;May86,24603&lt;BR /&gt;Jun86,26485&lt;BR /&gt;Jul86,30723&lt;BR /&gt;Aug86,34569&lt;BR /&gt;Sep86,26689&lt;BR /&gt;Oct86,26157&lt;BR /&gt;Nov86,32064&lt;BR /&gt;Dec86,38870&lt;BR /&gt;Jan87,21337&lt;BR /&gt;Feb87,19419&lt;BR /&gt;Mar87,23166&lt;BR /&gt;Apr87,28286&lt;BR /&gt;May87,24570&lt;BR /&gt;Jun87,24001&lt;BR /&gt;Jul87,33151&lt;BR /&gt;Aug87,24878&lt;BR /&gt;Sep87,26804&lt;BR /&gt;Oct87,28967&lt;BR /&gt;Nov87,33311&lt;BR /&gt;Dec87,40226&lt;BR /&gt;Jan88,20504&lt;BR /&gt;Feb88,23060&lt;BR /&gt;Mar88,23562&lt;BR /&gt;Apr88,27562&lt;BR /&gt;May88,23940&lt;BR /&gt;Jun88,24584&lt;BR /&gt;Jul88,34303&lt;BR /&gt;Aug88,25517&lt;BR /&gt;Sep88,23494&lt;BR /&gt;Oct88,29095&lt;BR /&gt;Nov88,32903&lt;BR /&gt;Dec88,34379&lt;BR /&gt;Jan89,16991&lt;BR /&gt;Feb89,21109&lt;BR /&gt;Mar89,23740&lt;BR /&gt;Apr89,25552&lt;BR /&gt;May89,21752&lt;BR /&gt;Jun89,20294&lt;BR /&gt;Jul89,29009&lt;BR /&gt;Aug89,25500&lt;BR /&gt;Sep89,24166&lt;BR /&gt;Oct89,26960&lt;BR /&gt;Nov89,31222&lt;BR /&gt;Dec89,38641&lt;BR /&gt;Jan90,14672&lt;BR /&gt;Feb90,17543&lt;BR /&gt;Mar90,25453&lt;BR /&gt;Apr90,32683&lt;BR /&gt;May90,22449&lt;BR /&gt;Jun90,22316&lt;BR /&gt;Jul90,27595&lt;BR /&gt;Aug90,25451&lt;BR /&gt;Sep90,25421&lt;BR /&gt;Oct90,25288&lt;BR /&gt;Nov90,32568&lt;BR /&gt;Dec90,35110&lt;BR /&gt;Jan91,16052&lt;BR /&gt;Feb91,22146&lt;BR /&gt;Mar91,21198&lt;BR /&gt;Apr91,19543&lt;BR /&gt;May91,22084&lt;BR /&gt;Jun91,23816&lt;BR /&gt;Jul91,29961&lt;BR /&gt;Aug91,26773&lt;BR /&gt;Sep91,26635&lt;BR /&gt;Oct91,26972&lt;BR /&gt;Nov91,30207&lt;BR /&gt;Dec91,38687&lt;BR /&gt;Jan92,16974&lt;BR /&gt;Feb92,21697&lt;BR /&gt;Mar92,24179&lt;BR /&gt;Apr92,23757&lt;BR /&gt;May92,25013&lt;BR /&gt;Jun92,24019&lt;BR /&gt;Jul92,30345&lt;BR /&gt;Aug92,24488&lt;BR /&gt;Sep92,25156&lt;BR /&gt;Oct92,25650&lt;BR /&gt;Nov92,30923&lt;BR /&gt;Dec92,37240&lt;BR /&gt;Jan93,17466&lt;BR /&gt;Feb93,19463&lt;BR /&gt;Mar93,24352&lt;BR /&gt;Apr93,26805&lt;BR /&gt;May93,25236&lt;BR /&gt;Jun93,24735&lt;BR /&gt;Jul93,29356&lt;BR /&gt;Aug93,31234&lt;BR /&gt;Sep93,22724&lt;BR /&gt;Oct93,28496&lt;BR /&gt;Nov93,32857&lt;BR /&gt;Dec93,37198&lt;BR /&gt;Jan94,13652&lt;BR /&gt;Feb94,22784&lt;BR /&gt;Mar94,23565&lt;BR /&gt;Apr94,26323&lt;BR /&gt;May94,23779&lt;BR /&gt;Jun94,27549&lt;BR /&gt;Jul94,29660&lt;BR /&gt;Aug94,23356&lt;BR /&gt;;;;;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 03:51:35 GMT</pubDate>
    <dc:creator>Chyke</dc:creator>
    <dc:date>2017-10-27T03:51:35Z</dc:date>
    <item>
      <title>Modelling ARIMA-ANN</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407906#M2742</link>
      <description>&lt;P&gt;Hello Pals;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone give me an idea of how to model auto regressive artificial neural network (ARIMA-ANN) in SAS UE, using the data below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data WORK.WINE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;infile datalines dsd truncover;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;input date:$8. y:32.;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;datalines4;&lt;BR /&gt;Jan80,15136&lt;BR /&gt;Feb80,16733&lt;BR /&gt;Mar80,20016&lt;BR /&gt;Apr80,17708&lt;BR /&gt;May80,18019&lt;BR /&gt;Jun80,19227&lt;BR /&gt;Jul80,22893&lt;BR /&gt;Aug80,23739&lt;BR /&gt;Sep80,21133&lt;BR /&gt;Oct80,22591&lt;BR /&gt;Nov80,26786&lt;BR /&gt;Dec80,29740&lt;BR /&gt;Jan81,15028&lt;BR /&gt;Feb81,17977&lt;BR /&gt;Mar81,20008&lt;BR /&gt;Apr81,21354&lt;BR /&gt;May81,19498&lt;BR /&gt;Jun81,22125&lt;BR /&gt;Jul81,25817&lt;BR /&gt;Aug81,28779&lt;BR /&gt;Sep81,20960&lt;BR /&gt;Oct81,22254&lt;BR /&gt;Nov81,27392&lt;BR /&gt;Dec81,29945&lt;BR /&gt;Jan82,16933&lt;BR /&gt;Feb82,17892&lt;BR /&gt;Mar82,20533&lt;BR /&gt;Apr82,23569&lt;BR /&gt;May82,22417&lt;BR /&gt;Jun82,22084&lt;BR /&gt;Jul82,26580&lt;BR /&gt;Aug82,27454&lt;BR /&gt;Sep82,24081&lt;BR /&gt;Oct82,23451&lt;BR /&gt;Nov82,28991&lt;BR /&gt;Dec82,31386&lt;BR /&gt;Jan83,16896&lt;BR /&gt;Feb83,20045&lt;BR /&gt;Mar83,23471&lt;BR /&gt;Apr83,21747&lt;BR /&gt;May83,25621&lt;BR /&gt;Jun83,23859&lt;BR /&gt;Jul83,25500&lt;BR /&gt;Aug83,30998&lt;BR /&gt;Sep83,24475&lt;BR /&gt;Oct83,23145&lt;BR /&gt;Nov83,29701&lt;BR /&gt;Dec83,34365&lt;BR /&gt;Jan84,17556&lt;BR /&gt;Feb84,22077&lt;BR /&gt;Mar84,25702&lt;BR /&gt;Apr84,22214&lt;BR /&gt;May84,26886&lt;BR /&gt;Jun84,23191&lt;BR /&gt;Jul84,27831&lt;BR /&gt;Aug84,35406&lt;BR /&gt;Sep84,23195&lt;BR /&gt;Oct84,25110&lt;BR /&gt;Nov84,30009&lt;BR /&gt;Dec84,36242&lt;BR /&gt;Jan85,18450&lt;BR /&gt;Feb85,21845&lt;BR /&gt;Mar85,26488&lt;BR /&gt;Apr85,22394&lt;BR /&gt;May85,28057&lt;BR /&gt;Jun85,25451&lt;BR /&gt;Jul85,24872&lt;BR /&gt;Aug85,33424&lt;BR /&gt;Sep85,24052&lt;BR /&gt;Oct85,28449&lt;BR /&gt;Nov85,33533&lt;BR /&gt;Dec85,37351&lt;BR /&gt;Jan86,19969&lt;BR /&gt;Feb86,21701&lt;BR /&gt;Mar86,26249&lt;BR /&gt;Apr86,24493&lt;BR /&gt;May86,24603&lt;BR /&gt;Jun86,26485&lt;BR /&gt;Jul86,30723&lt;BR /&gt;Aug86,34569&lt;BR /&gt;Sep86,26689&lt;BR /&gt;Oct86,26157&lt;BR /&gt;Nov86,32064&lt;BR /&gt;Dec86,38870&lt;BR /&gt;Jan87,21337&lt;BR /&gt;Feb87,19419&lt;BR /&gt;Mar87,23166&lt;BR /&gt;Apr87,28286&lt;BR /&gt;May87,24570&lt;BR /&gt;Jun87,24001&lt;BR /&gt;Jul87,33151&lt;BR /&gt;Aug87,24878&lt;BR /&gt;Sep87,26804&lt;BR /&gt;Oct87,28967&lt;BR /&gt;Nov87,33311&lt;BR /&gt;Dec87,40226&lt;BR /&gt;Jan88,20504&lt;BR /&gt;Feb88,23060&lt;BR /&gt;Mar88,23562&lt;BR /&gt;Apr88,27562&lt;BR /&gt;May88,23940&lt;BR /&gt;Jun88,24584&lt;BR /&gt;Jul88,34303&lt;BR /&gt;Aug88,25517&lt;BR /&gt;Sep88,23494&lt;BR /&gt;Oct88,29095&lt;BR /&gt;Nov88,32903&lt;BR /&gt;Dec88,34379&lt;BR /&gt;Jan89,16991&lt;BR /&gt;Feb89,21109&lt;BR /&gt;Mar89,23740&lt;BR /&gt;Apr89,25552&lt;BR /&gt;May89,21752&lt;BR /&gt;Jun89,20294&lt;BR /&gt;Jul89,29009&lt;BR /&gt;Aug89,25500&lt;BR /&gt;Sep89,24166&lt;BR /&gt;Oct89,26960&lt;BR /&gt;Nov89,31222&lt;BR /&gt;Dec89,38641&lt;BR /&gt;Jan90,14672&lt;BR /&gt;Feb90,17543&lt;BR /&gt;Mar90,25453&lt;BR /&gt;Apr90,32683&lt;BR /&gt;May90,22449&lt;BR /&gt;Jun90,22316&lt;BR /&gt;Jul90,27595&lt;BR /&gt;Aug90,25451&lt;BR /&gt;Sep90,25421&lt;BR /&gt;Oct90,25288&lt;BR /&gt;Nov90,32568&lt;BR /&gt;Dec90,35110&lt;BR /&gt;Jan91,16052&lt;BR /&gt;Feb91,22146&lt;BR /&gt;Mar91,21198&lt;BR /&gt;Apr91,19543&lt;BR /&gt;May91,22084&lt;BR /&gt;Jun91,23816&lt;BR /&gt;Jul91,29961&lt;BR /&gt;Aug91,26773&lt;BR /&gt;Sep91,26635&lt;BR /&gt;Oct91,26972&lt;BR /&gt;Nov91,30207&lt;BR /&gt;Dec91,38687&lt;BR /&gt;Jan92,16974&lt;BR /&gt;Feb92,21697&lt;BR /&gt;Mar92,24179&lt;BR /&gt;Apr92,23757&lt;BR /&gt;May92,25013&lt;BR /&gt;Jun92,24019&lt;BR /&gt;Jul92,30345&lt;BR /&gt;Aug92,24488&lt;BR /&gt;Sep92,25156&lt;BR /&gt;Oct92,25650&lt;BR /&gt;Nov92,30923&lt;BR /&gt;Dec92,37240&lt;BR /&gt;Jan93,17466&lt;BR /&gt;Feb93,19463&lt;BR /&gt;Mar93,24352&lt;BR /&gt;Apr93,26805&lt;BR /&gt;May93,25236&lt;BR /&gt;Jun93,24735&lt;BR /&gt;Jul93,29356&lt;BR /&gt;Aug93,31234&lt;BR /&gt;Sep93,22724&lt;BR /&gt;Oct93,28496&lt;BR /&gt;Nov93,32857&lt;BR /&gt;Dec93,37198&lt;BR /&gt;Jan94,13652&lt;BR /&gt;Feb94,22784&lt;BR /&gt;Mar94,23565&lt;BR /&gt;Apr94,26323&lt;BR /&gt;May94,23779&lt;BR /&gt;Jun94,27549&lt;BR /&gt;Jul94,29660&lt;BR /&gt;Aug94,23356&lt;BR /&gt;;;;;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 03:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407906#M2742</guid>
      <dc:creator>Chyke</dc:creator>
      <dc:date>2017-10-27T03:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling ARIMA-ANN</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407909#M2743</link>
      <description>&lt;P&gt;Unfortunately that type of model is not supported within SAS UE &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS UE does offer ARIMA but not neural networks, as far as I know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 04:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407909#M2743</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-27T04:05:00Z</dc:date>
    </item>
    <item>
      <title>Hybrid model issue</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407943#M2746</link>
      <description>&lt;P&gt;Hello Pals;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can someone give me an idea of how to model an ARIMA(p,d,q)+ANN(q,k) 'autoregressive Neural network model in SAS UE, with the data below:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data WORK.WINE; 
  infile datalines dsd truncover; 
  input date:$8. y:32.; 
datalines4; 
Jan80,15136 
Feb80,16733 
Mar80,20016 
Apr80,17708 
May80,18019 
Jun80,19227 
Jul80,22893 
Aug80,23739 
Sep80,21133 
Oct80,22591 
Nov80,26786 &lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Oct 2017 08:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407943#M2746</guid>
      <dc:creator>Chyke</dc:creator>
      <dc:date>2017-10-27T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling ARIMA-ANN</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407947#M2744</link>
      <description>Thanks,&lt;BR /&gt;but what suggestion can you give me. I am using it for my Thesis</description>
      <pubDate>Fri, 27 Oct 2017 08:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/407947#M2744</guid>
      <dc:creator>Chyke</dc:creator>
      <dc:date>2017-10-27T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling ARIMA-ANN</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/408067#M2745</link>
      <description>&lt;P&gt;Check if your University offers the full version of SAS - its usually available for a small cost, $99 at my University.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or choose another software package such as Python or R.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/408067#M2745</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-27T14:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid model issue</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/408882#M2755</link>
      <description>&lt;P&gt;As mentioned above, neural networks are not supported in SAS University Edition. However, the general approach would be to model the data series with ARIMA for linear effects and then fit a neural network model to the residuals for non-linear effects.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use University Edition for the ARIMA model, but you will either have to get access to a different version of SAS that includes neural networks or use a different programming environment for the second part.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 19:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/408882#M2755</guid>
      <dc:creator>solarflare</dc:creator>
      <dc:date>2017-10-30T19:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid model issue</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/409099#M2757</link>
      <description>&lt;P&gt;There are several ways to model an "ANN" model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Using neural net alone to model ANN(p,k) (i think it should be p, not q). You&amp;nbsp;have to&amp;nbsp;create p lags of the dependent variable as the input to the neural net with k hidden neurons. In addition, you can diff the data first and then modeling the diff instead of the original series so you are modeling something like ANN(p,d,k)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Stacking models. Take the residuals from the ANN model from 1 and modeling them using ARIMA(p,d,q). The final forecast will be the ANN forecast + ARIMA forecast&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Ensemble models. Model ANN and ARIMA separately and take some sort of averaging (e.g. straight up average or regression based averaging) of the forecasts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Recurrent neural net. This model is much more complex and takes a lot of time to train. In practice methods 1 to 3 should be more than sufficient.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 13:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/409099#M2757</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2017-10-31T13:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid model issue</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/414380#M2850</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 14:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/414380#M2850</guid>
      <dc:creator>Chyke</dc:creator>
      <dc:date>2017-11-17T14:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling ARIMA-ANN</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/417428#M2883</link>
      <description>&lt;P&gt;You can solve it by using Time Delay Neural Networks using PROC NEURAL. You have to create a skip layer perceptron architecture, having input nodes connected to hidden nodes and connected direct to the output node.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 15:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Modelling-ARIMA-ANN/m-p/417428#M2883</guid>
      <dc:creator>carpdr</dc:creator>
      <dc:date>2017-11-30T15:34:06Z</dc:date>
    </item>
  </channel>
</rss>

