|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
ChooseAsBest(R, Index)
This is a method of the response model object, mbcmodel.response. This is the same function as selecting the best model in the Model Selection window of the Model Browser GUI. For a local model MakeHierarchicalResponse performs a similar function.
R is the object containing the response model.
Index is the number of the response model you want to choose as best. Use AlternativeResponses to find the index for each response model, and use AlternativeModelStatistics to choose the best fit.
ChooseAsBest(R, AlternativeModel) RMSE = AlternativeModelStatistics(R, 'RMSE'); [mr, Best] = min(RMSE); ChooseAsBest(R, Best);
AlternativeModelStatistics | AlternativeResponses | DiagnosticStatistics | MakeHierarchicalResponse

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 |