System Identification Toolbox    
Algorithm Properties

Describe the algorithm properties that affect the estimation process.

Syntax

Description

All the idmodel objects in the toolbox, idarx, idss, idpoly, and idgrey, have a property Algorithm, which is a structure that contains a number of options that govern the estimation algorithms. The fields of this structure can be individually set and retrieved in the usual way, such as get(m,'MaxIter') or m.SearchDirection = 'gn'. Also, autofill applies and the names are case insensitive.

The fields of Algorithm are as follows:

Applying to all estimation methods

Applying to n4sid, estimating state-space models

These also apply to pem for estimating black-box state-space models, since these are initialized by the n4sid estimate.

Applying to estimation methods using iterative search for minimizing a criterion, i.e., armax, bj, oe, and pem

See Also

armax, bj, EstimationInfo, n4sid, oe, pem

Reference

For the iterative minimization, see Dennis, J.E. Jr. and R.B. Schnabel. Numerical Methods for Unconstrained Optimization and Nonlinear Equations, Prentice Hall, Englewood Cliffs, N.J. 1983.

For a general reference to the identification algorithms, see Ljung (1999), Chapter 10.


  aic ar