Joerg
unread,Nov 10, 2012, 8:26:12 AM11/10/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I want to predict a time serious using the NARX-model of the Neural Network Toolbox. But in my special case the forecast function has to look like this:
y(t + 8) = f(y(t-4), y(t-5), ... x(t-1), x(t-2), ...)
At point t I know the value of y till y(t-4), the exegenous variables till point t-1.
How can I do this in Matlab?
Many thanks for all replies
Joerg