Model Browser User's Guide | ![]() ![]() |
Setting Up the Global Model
Setting up the global model is similar to setting up the local model. You must specify the model (or curve) type and the inputs used to create the model.
Specifying the Global Model Inputs
The inputs to the global model are the variables that determine the operating point of the system being modeled. In this example, the operating point of the engine is determined by the engine's speed in revolutions per minute (rpm - often called N), load (L), and air/fuel ratio (afr).
By default there is one input to the global model. Because this engine model has three input factors, you need to increase the input factors as follows:
Symbol |
Signal |
N |
n |
L |
load |
A |
afr |
Specifying the Global Model Type
Fitting the local model finds values for each model coefficient or response feature (for example, knot
) for each test. These coefficients then become the data to which you fit the global model.
By default, quadratic polynomials are used to build the global model for each response feature. In this case you use the default.
To specify quadratic curves as the global model curve fitting method:
You use the Stepwise feature to avoid overfitting the data; that is, you do not want to use unnecessarily complex models that "chase points" in an attempt to model random effects. Predicted error sum of squares (PRESS) is a measure of the predictive quality of a model. Min PRESS throws away terms in the model to improve its predictive quality, removing those terms that reduce the PRESS of the model.
This completes the setup of the global model.
![]() | Setting Up the Local Model | Selecting Data | ![]() |