Can I use a NARX neural net to learn a time series of the form: y(k) = K0 * y(k-1) + K1 * x(k) + K2 * x(k-1) + K3 * x(k-2) where x(k) is the input time series ?

2 views (last 30 days)
Can I use a NARX neural net to learn a time series of the form: y(k) = K0 * y(k-1) + K1 * x(k) + K2 * x(k-1) + K3 * x(k-2) where x(k) is the input time series ?

Accepted Answer

Greg Heath
Greg Heath on 6 Oct 2018
Only if k and n are positive and linearly related.
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

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!