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!