Filter löschen
Filter löschen

Adding forgetting factor to autoregression

1 Ansicht (letzte 30 Tage)
Morten
Morten am 17 Nov. 2011
Hi
Im using AR() for prediction. Is there a way to add forgetting factor? I.e. the determination of the unknown model parameters should rely on the past samples with a decreasing factor, so that older samples are "forgotten".
Morten
  1 Kommentar
Morten
Morten am 21 Nov. 2011
I have now found the rarx(), which can estimate the parameters of the AR with forgetting factor:
[thm] = rarx(y,order,'ff',0.98);
thm is a vector with the estimates, but how do I then convert that to a discrete-time IDPOLY model, because that is what the predict() function want as input? Can I use the AR() function?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Conditional Mean Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by