summarize
Display estimation results of conditional variance model
Description
summarize(
displays a summary of the conditional variance model Mdl
)Mdl
.
If
Mdl
is an estimated model returned byestimate
, thensummarize
prints 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
Mdl
is an unestimated model returned bygarch
,egarch
, orgjr
, thensummarize
prints the standard object display (the same display printed during model creation).
returns one of the following variables and does not print to the Command Window.results
= summarize(Mdl
)
If
Mdl
is an estimated model, thenresults
is a structure containing estimation results.If
Mdl
is an unestimated model, thenresults
is agarch
,egarch
, orgjr
model object that is equal toMdl
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a