Skip to main content

nwidARMAXOptions class

Options set for full network/subnetwork identification with nwidARMAX_dcn.

Construction

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

Properties

  • ARX_order

    positive integer

    Order of the unstructured nonparametric ARX model estimated in step 1 of the algorithm. The default value is 5.

  • conv_bound

    positive scalar

    Termination tolerance on the estimated parameter values. The default value is 1e-12.

  • iter_bound

    positive scalar

    Maximum number of iterations used for improving the structured network model in step 3. The default value is 50.

Methods