| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → System Identification Toolbox |
| Contents | Index |
| Learn more about System Identification Toolbox |
| On this page… |
|---|
Akaike's Final Prediction Error (FPE) criterion provides a measure of model quality by simulating the situation where the model is tested on a different data set. After computing several different models, you can compare them using this criterion. According to Akaike's theory, the most accurate model has the smallest FPE.
Note If you use the same data set for both model estimation and validation, the fit always improves as you increase the model order and, therefore, the flexibility of the model structure. |
Akaike's Final Prediction Error (FPE) is defined by the following equation:
![]()
where V is the loss function, d is the number of estimated parameters, and N is the number of values in the estimation data set.
The toolbox assumes that the final prediction error is asymptotic for d<<N and uses the following approximation to compute FPE:
![]()
The loss function V is defined by the following equation:
![]()
where
represents the
estimated parameters.
You can compute Akaike's Final Prediction Error (FPE) criterion for linear and nonlinear models.
To compute FPE, use the fpe command, as follows:
FPE = fpe(m1,m2,m3,...,mN)
According to Akaike's theory, the most accurate model has the smallest FPE.
You can also access the FPE value of an estimated model by accessing the FPE field of the EstimationInfo property of this model. For example, if you estimated the model m, you can access its FPE using the following command:
m.EstimationInfo.FPE
Akaike's Information Criterion (AIC) provides a measure of model quality by simulating the situation where the model is tested on a different data set. After computing several different models, you can compare them using this criterion. According to Akaike's theory, the most accurate model has the smallest AIC.
Note If you use the same data set for both model estimation and validation, the fit always improves as you increase the model order and, therefore, the flexibility of the model structure. |
Akaike's Information Criterion (AIC) is defined by the following equation:
![]()
where V is the loss function, d is the number of estimated parameters, and N is the number of values in the estimation data set.
The loss function V is defined by the following equation:
![]()
where
represents the
estimated parameters.
For d<<N:
![]()
Use the aic command to compute Akaike's Information Criterion (AIC) for one or more linear or nonlinear models, as follows:
AIC = aic(m1,m2,m3,...,mN)
According to Akaike's theory, the most accurate model has the smallest AIC.
![]() | Hammerstein-Wiener Model Plots | Computing Model Uncertainty | ![]() |

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