Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Prediction of a time series

24 views
Skip to first unread message

Joerg

unread,
Nov 10, 2012, 8:26:12 AM11/10/12
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

Greg Heath

unread,
Nov 13, 2012, 7:17:37 PM11/13/12
to
"Joerg" wrote in message <k7lklk$svi$1...@newscl01ah.mathworks.com>...
As I've answered previously in ANSWERS, think in terms of

y(t ) = f(y(t-12), y(t-13), ... x(t-9), x(t-10), ...)

Hope this helps.

Greg
0 new messages