System Identification Toolbox    
bj

Estimate the parameters of a Box-Jenkins model.

Syntax

Description

bj returns m as an idpoly object with the resulting parameter estimates, together with estimated covariances. The bj function estimates parameters of the Box-Jenkins model structure

using a prediction error method.

data is an iddata object containing the output-input data. The model orders can be specified by setting the argument orders to

The parameters nb, nc, nd, and nf are the orders of the Box-Jenkins model and nk is the delay. Specifically,







The orders can also be defined as property name/property value pairs (...,'nb',nb,...). Alternatively, you can specify the vector as

where mi is an initial guess at the Box-Jenkins model given in idpoly format. See Polynomial Representation of Transfer Functions in the "Tutorial" for more information.

For multi-input systems, nb, nf, and nk are row vectors with as many entries as there are input channels. Entry number i then describes the orders and delays associated with the i-th input.

The structure and the estimation algorithm are affected by any property name/property value pairs that are set in the input argument list. Useful properties are 'Focus', 'InitialState', 'Trace', 'MaxIter', 'Tolerance', 'LimitError', and 'FixedParameter'.

See Algorithm Properties and the reference pages for idmodel and idpoly for details of these properties and their possible values.

bj does not support multi-output models. Use state-space model for this case (see n4sid and pem).

Examples

Here is an example that generates data and stores the results of the startup procedure separately.

Algorithm

bj uses essentially the same algorithm as armax with modifications to the computation of prediction errors and gradients.

See Also

armax, idmodel, idpoly, oe, pem


  arxstruc bode