Skip to main content

nwidMultiStepOptions class

Options set for single module identification with nwidMultiStep.

Construction

  • options = nwidMultiStepOptions  creates the default options set.
  • options = nwidMultiStepOptions(Name=Value,...)  creates a custom options set, with the default options overriden by the name-value arguments.

Properties

  • ARX_order

    positive integer

    Global order of ARX model estimated in the first step. 20 by default.

  • EstimationMethod

    character arraystring

    Estimation method. Can be either output error ('OE') or kernel-based ('EBLDM'). 'OE' by default.

  • EstimationOptions

    oeOptions objectebldmOptions object

    Estimation options. If EstimationMethod='OE', this must be a oeOptions object, see the documentation for oeOptions of the System Identification Toolbox. If EstimationMethod='EBLDM', this must be a ebldmOptions object.

Methods