summarize
Display estimation results of conditional variance model
Description
summarize( displays a summary of the conditional variance model Mdl)Mdl.
- If - Mdlis an estimated model returned by- estimate, then- summarizeprints estimation results to the MATLAB® Command Window. The display includes an estimation summary and a table of parameter estimates with corresponding standard errors, t statistics, and p-values. The estimation summary includes fit statistics, such as the Akaike Information Criterion (AIC).
- If - Mdlis an unestimated model returned by- garch,- egarch, or- gjr, then- summarizeprints the standard object display (the same display printed during model creation).
results = summarize(Mdl)
- If - Mdlis an estimated model, then- resultsis a structure containing estimation results.
- If - Mdlis an unestimated model, then- resultsis a- garch,- egarch, or- gjrmodel object that is equal to- Mdl.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a