주요 콘텐츠

mbcboundary.TwoStageTree

Root boundary tree class in two-stage test plans

    Description

    The mbcboundary.TwoStageTree class is a subclass of the mbcboundary.AbstractBoundary class. The mbcboundary.AbstractBoundary class is the base class for all boundary model classes in the Model-Based Calibration Toolbox™.

    Creation

    You access the boundary tree from the Boundary property of mbcmodel.testplan. The root of the boundary tree for two-stage test plans contains boundary trees specified as mbcboundary.Tree objects for local, global, and response boundary models in the Local, Global, and Response properties, respectively.

    Properties

    expand all

    This property is read-only.

    Local boundary model tree, specified as an object. Point-by-point and two-stage boundary models are fitted in the local boundary model tree. These boundary models fit local boundary models for each operating point and combine into a single boundary model that includes the global inputs.

    This property is read-only.

    Global boundary model tree, specified as an object. Boundary models in the global model boundary tree are fitted with one point per test, specifically, the average value of the global variables for that test.

    This property is read-only.

    Response boundary model tree, specified as an object. Boundary models in the response model boundary tree are fitted with all local and global input data for the test plan.

    This property is read-only.

    Combined best boundary models, specified as an object. BestModel is the boundary model combining the best local, global, and response boundary models. You can select which boundary models to include in the best model with InBest. If the best boundary model includes more than one boundary model, that boundary model is an mbcboundary.Boolean object.

    Boundary models selected as best, specified as an array. You can combine local, global, and response boundary models into a single boundary model for the test plan. The logical array specifies whether to include, in order, the best local, global, and response boundary models, in the best boundary model for the test plan. The BestModel property gives the best boundary model for the test plan.

    Data Types: logical

    This property is read-only.

    Test plan containing boundary tree, specified as a character vector. You can combine local, global, and response boundary models into a single boundary model for the test plan. The logical array specifies whether to include, in order, the best local, global, and response boundary models, in the best boundary model for the test plan. The BestModel property gives the best boundary model for the test plan.

    Data Types: string | char

    More About

    expand all

    Version History

    Introduced in R2009b