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!