Time Series Forecasting
Show older comments
There is a data from 4 to 40. ie Inflow Jan 1975- 32 mcm Feb 1975- 24 mcm .... Dec 1995 - 8 mcm Now i want it to train it and forecast for 1995-1997.it should be 3*5*1 ( input, hidden, output). Inputs should be Inflow(n-1), Inflow(n-2), Inflow(n-3).I have tried all the threads . A code will be very much helpful. Thanks
Answers (1)
Clemens
on 20 Apr 2011
0 votes
The system identification toolbox comes with the command pem which can construct a state spcae model through "prediction error minimization". sounds a lot like your problem, and a similar example is given in the help.
Categories
Find more on Data Preparation Basics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!