LEAST SQUARES Estimation code
古いコメントを表示
Anybody know the code to estimate an ARMA model using LEAST SQUARES?
Thanks.
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2013 年 2 月 7 日
1 投票
4 件のコメント
dav
2013 年 2 月 7 日
Azzi Abdelmalek
2013 年 2 月 7 日
the order is (1 , 1).? It's not clear, the order of your system is the order of your denominator
Azzi Abdelmalek
2013 年 2 月 7 日
編集済み: Azzi Abdelmalek
2013 年 2 月 7 日
% n: is the order of your system
% u: input signal
% y : output signal
k1=5 % k1 >n
k2=30
teta=least_square(u,y,n,k1,k2)
yem
2014 年 12 月 16 日
hi i need to identify systems with 2 delays with least square algorithm anyhelp please
カテゴリ
ヘルプ センター および File Exchange で GARCH Model についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!