Least squares method of estimation and removing of outliers

Hello everyone! I have i=1...1000 samples and the system is described by y(i)=a1*y(i-1)+a2*y(i-2)+b*u(i-1) where u is our input and y is output .How can i apply the least square method for estimate a1,a2,b and remove the outliers before? Thank you for your help

回答 (1 件)

Ajay Goyal
Ajay Goyal 2016 年 1 月 6 日

0 投票

Solve inverse of the problem and use stepwise linear regression (stepwiselm) or simply least square method (regress). Then generated equation can be inverted

カテゴリ

ヘルプ センター および File ExchangeLinear Model Identification についてさらに検索

質問済み:

2015 年 11 月 14 日

回答済み:

2016 年 1 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by