Time Series forecasting with 3 input data NARnet or NARXnet?
Show older comments
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 Comment
Olumide Oladoyin
on 17 May 2015
Edited: Olumide Oladoyin
on 18 May 2015
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



