GARCH Toolbox | ![]() ![]() |
Count GARCH estimation coefficients
Syntax
Arguments
Coeff |
GARCH specification structure containing the estimated coefficients and equality constraints. Coeff is an output of the estimation function garchfit . |
Description
NumParams = garchcount(Coeff)
counts and returns the number of estimated coefficients from a GARCH specification structure containing coefficient estimates and equality constraint information. garchcount
is a helper utility designed to support the GARCH Toolbox model selection function aicbic
.
See Also
aicbic
, garchdisp
, garchfit
![]() | garchar | garchdisp | ![]() |