System Identification Toolbox | ![]() ![]() |
Estimate recursively the parameters of a general multi-input single-output linear model.
Syntax
Description
This is a direct alternative to rpem
and has essentially the same syntax. See rpem
for an explanation of the input and output arguments.
rplr
differs from rpem
in that it uses another gradient approximation. See Section 11.5 in Ljung (1999). Several of the special cases are well known algorithms.
When applied to ARMAX models, (nn = [na nb nc 0 0 nk])
, rplr
gives the Extended Least Squares (ELS) method. When applied to the output error structure (nn = [0 nb 0 0 nf nk]
) the method is known as HARF in the adm = 'ff'
case and SHARF in the adm = 'ng'
case.
rplr
can also be applied to the time-series case in which an ARMA model is estimated with
You can thus use rplr
as an alternative to rarmax
for this case.
See Also
pem
, rarmax
, rarx
, rbj
, roe
, rpem
![]() | rpem | segment | ![]() |