Time Series forecasting with 3 input data NARnet or NARXnet?
이전 댓글 표시
My Input Data is given in this form in MS-Excel spreadsheet:
Date OilRate(BOPD) GasProduced(MscfD) WaterRate(BOPD)
7/27/2008 4108 4620 2.08
7/28/2008 4557 5120 5.54
7/29/2008 4128 4640 5.03
7/30/2008 5722 6730 9.25
7/31/2008 3321 3720 7.11
For up to 2000 timesteps over 3 years;
My questions are:
- I would like to predict future values of the above 3 for up to 2000 timesteps. (giving me a 3 input, 3 output)?
- Do I import the data as a matrix or a cell array?
- Would you recommend a NARnet or NARXnet, I have used NARNET with the ntstool
- I tried adopting the code in this tutorial: http://www.mathworks.com/matlabcentral/newsreader/view_thread/338508#934732but plotting was giving me a problem as the sample data set was a 1x100 cell and my data is 3x1500 (utilized only 1500 timesteps)
Any useful suggestions are highly appreciated.
Thanks!
댓글 수: 1
Olumide Oladoyin
2015년 5월 17일
편집: Olumide Oladoyin
2015년 5월 18일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




