Display estimation results of conditional variance model
summarize(
displays a summary of the conditional variance model Mdl
)Mdl
.
If Mdl
is an estimated model returned by estimate
, then summarize
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 by garch
, egarch
, or gjr
, then summarize
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, then results
is a structure containing estimation results.
If Mdl
is an unestimated model, then results
is a garch
, egarch
, or gjr
model object that is equal to Mdl
.