future value prediction using narx

T
treshamaan_singh · Apr 22, 2021 · 2.3K views
Question
I have a trained series-parallel configuration NARX neural network with %inputs one output value. I have data of 4months 'Aug-nov'. Now i want to predict the future values of the next week i.e Dec first week. How to do that??? will using sim help??? How??? Any reference???
Expert Answer
Profile picture of Kshitij Singh
Kshitij Singh PhD Expert
Answered Sep 17, 2026
Scanty info.
 
 
 [ Xc Xci Aci Tc ] = preparets(netc,X,{},T);

 [ Yc Xcf Acf ] = net(Xc, Xci, Aci);
where (Xci,Aci) and (Xcf,Acf) are initial and final input and layer states, respectively.
 
With NARX, you cannot get a valid future output unless you have a valid future input.
 
If you do not have a valid future input you can try to predict one using NARNET.
 
Also you could use NARNET to predict the future output!
Obviously, if you do both you can compare and even consider combining.
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!