Multi Step Ahead Forecasting NARX
1 view (last 30 days)
Show older comments
Hi!
I think I have read all threads about this topic but I could not find a clear example. Can I make multi step ahead forecasting with NARX? I mean I want to have a feedback loop in the model but I don't want to input my forecasted values into the model.
For example if I want to make 2 step ahead forecast while my feedbackdelay= [3:5] I mean if delay value does not prevent me from predicting two step ahead forecast, I don't need my last hour forecast. My aim is what if I want to forecast 2 days ahead for 1 month but I don't want to use the value I forecasted because it becomes available on next day, so do not want to increase errors?
How do I code this? Or I do always close the loop?
Any ideas?
0 Comments
Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows 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!