LEAST SQUARES Estimation code
Afficher commentaires plus anciens
Anybody know the code to estimate an ARMA model using LEAST SQUARES?
Thanks.
Réponse acceptée
Plus de réponses (1)
Azzi Abdelmalek
le 7 Fév 2013
1 vote
4 commentaires
dav
le 7 Fév 2013
Azzi Abdelmalek
le 7 Fév 2013
the order is (1 , 1).? It's not clear, the order of your system is the order of your denominator
Azzi Abdelmalek
le 7 Fév 2013
Modifié(e) : Azzi Abdelmalek
le 7 Fév 2013
% 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
le 16 Déc 2014
hi i need to identify systems with 2 delays with least square algorithm anyhelp please
Catégories
En savoir plus sur GARCH Model dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!