|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
S = AlternativeModelStatistics(R) S = AlternativeModelStatistics(R, Name)
This is a method of all model objects: mbcmodel.hierarchicalresponse, mbcmodel.localresponse and mbcmodel.response.
This returns an array (S) of summary statistics of all the alternative model fits, to be used to select the best model. These are the summary statistics seen in the list view at the bottom of the Model Browser GUI in any model view.
You must use CreateAlternativeModels before you can compare the alternative responses using AlternativeModelStatistics. Then use ChooseAsBest.
R is the model object whose alternative response models you want to compare. R could be a local (L), response feature (R) or hierarchical response (HR) model.
S is a structure containing Statistics and Names fields.
S.Statistics is a matrix of size (number alternative responses x number of statistics).
S.Names is a cell array containing the names of all the statistics.
The available statistics vary according to what kind of parent model (two-stage, local, response feature or response) produced the alternative models, and include PRESS RMSE, RMSE, and Two-Stage RMSE.
All the available statistics are calculated unless you specify which you want. You can specify only the statistics you require using the following form:
S = AlternativeModelStatistics(R, Name)
This returns a double matrix containing only the statistics specified in Name.
Note that you use SummaryStatistics to examine the fit of the current model, and AlternativeModelStatistics to examine the fit of several alternative child models.
S = AlternativeModelStatistics(R);
ChooseAsBest | CreateAlternativeModels | SummaryStatistics

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |