How to forecast y(t+N) using removedelay function for NARX model
Mostra commenti meno recenti
In the Neural Network Toolbox there is a NARX model. After the model is created the model can be adjusted by “close” or “removedelay”.
When using “removedelay” there will be an one step ahead forecast: u(t) and y(t) resulting in y(t+1). So in principle y(t+1) is a forecast of one step ahead of the data. And this works well. However I would like to make a N step ahead forecast, y(t+N).
With the “removedelay” function there is a parameter to define N steps but when I define a number bigger than one I get an error message.
How can this be solve? What is the correct way to come to N-steps forecast for y(t+N)?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!