Main Content

Compare Output with Measured Data

Plot simulated or predicted output and measured data for comparison, compute best fit values

当你确定一个模型,可以模拟或之前dict the model response, and compare that response with measured input/output data. This comparison helps you choose among candidate models, and also aids you in validating the identified model you selected. You can plot model response alongside measured output data, while using initial conditions that can be estimated from the data. You can also compute a metric that quantifies how well your model response matches the measured output data.

Functions

expand all

compare Compare identified model output and measured output
compareOptions Option set forcompare
goodnessOfFit Goodness of fit between test and reference data for analysis and validation of identified models
predict Predict K-step-ahead model output
predictOptions Option set forpredict
sim Simulate response of identified model
simOptions Option set forsim
initialCondition Initial condition representation for linear time-invariant systems
findstates Estimate initial states of model
findstatesOptions Option set forfindstates
data2state Map past data to states of state-space and nonlinear ARX models
idpar Create parameter for initial states and input level estimation

Topics

Compare Model Output to Measured Data

Set Initial Conditions

Plot Data