Narxnet Multistep forecast within the time series
Show older comments
Hi all,
I've been reading these forums for a while now, and they've been quite useful. Nevertheless, now I'm in front of a problem that I haven't been able to solve, unfortunately, and I cannot find the answer in these forums.
I'm currently working with a Narxnet to predict climatology. Previously, just by using narnet I had a code that allowed me to do a forecast anywhere within the time series (E.g. If my trained time series has 100 elements(t=100), I was able to see what would happen with the closed loop at t=20, 25, 30, ... Basically, to assess the forecast at any given point within my time series and not necessarily at the end (t>100)). Then I changed my ANN to Narxnet but I've encountered the problem that I cannot make a prediction using the closed loop if the delays of my Inputs and Targets are different. Let's say I want to use the previous 5 days to predict Sea Surface Temperature but just using the previous 2 days of Heat Flux information as Input.
Is it possible to make a multi step prediction using different delays for inputs and targets? Or do I always have to consider same size cell arrays for input and targets when using preparets?
Thank you all,
Cesar
Accepted Answer
More Answers (0)
Categories
Find more on ThingSpeak 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!