필터 지우기
필터 지우기

How to validate nlhw model?

조회 수: 1 (최근 30일)
Ana Farhat
Ana Farhat 2018년 8월 30일
댓글: Amal George M 2018년 9월 4일
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
Amal George M
Amal George M 2018년 9월 4일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Time Series Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by