Scilab Function

rpem - RPEM estimation

Calling Sequence

[w1,[v]]=rpem(w0,u0,y0,[lambda,[k,[c]]])

Parameters

Description

Recursive estimation of parameters in an ARMAX model. Uses Ljung-Soderstrom recursive prediction error method. Model considered is the following:

y(t)+a(1)*y(t-1)+...+a(n)*y(t-n)=
b(1)*u(t-1)+...+b(n)*u(t-n)+e(t)+c(1)*e(t-1)+...+c(n)*e(t-n)
   

The effect of this command is to update the estimation of unknown parameter theta=[a,b,c] with

a=[a(1),...,a(n)], b=[b(1),...,b(n)], c=[c(1),...,c(n)].

Optional parameters

Output parameters: