Filter löschen
Filter löschen

How to validate nlhw model?

1 Ansicht (letzte 30 Tage)
Ana Farhat
Ana Farhat am 30 Aug. 2018
Kommentiert: Amal George M am 4 Sep. 2018
To estimate the Hammerstein-Wiener model I'm using nlhw as below: sys = nlhw(z1,Orders,InputNL,OutputNL); z1 is iddata that I'm using as training data to create sys. The question is how I can validate my model (sys)? Can I use 'sim' command? If yes, with the same data set (z1)? Or should I use new sets of data for validation? [ys,y_sd] = sim(sys,z1);
Thanks, Ana
  1 Kommentar
Amal George M
Amal George M am 4 Sep. 2018
Hi Ana,
In order to compare the 'iddata' with the model, ' compare ' function can be used. The syntax is
compare(z1,sys);
Here is a link to an example demonstrating this feature.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Time Series Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by