nwidMultiStepOptions class
Options set for single module identification with nwidMultiStep.
Construction
options = nwidMultiStepOptionscreates 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 array string Estimation method. Can be either output error ('OE') or kernel-based ('EBLDM'). 'OE' by default.
EstimationOptions
oeOptionsobjectebldmOptionsobjectEstimation options. If
EstimationMethod='OE', this must be aoeOptionsobject, see the documentation for oeOptions of the System Identification Toolbox. IfEstimationMethod='EBLDM', this must be aebldmOptionsobject.