GARCH Toolbox    
garchget

Retrieve a GARCH specification structure parameter

Syntax

Arguments

Spec
GARCH specification structure containing the orders, and coefficients, as well as the optimization constraints of the conditional mean and variance specifications of a GARCH model. You can create a GARCH specification structure as the output (Spec) of the companion function garchset, or the output (Coeff) of the estimation function garchfit.
ParameterName
String indicating the name of the parameter whose value garchget extracts from Spec. You can specify only sufficient leading characters to uniquely identify the parameter. See garchset for a list of valid parameter names. ParameterName is case insensitive.

Description

ParameterValue = garchget(Spec, 'ParameterName') provides the preferred user-interface for retrieveing a model parameter from a GARCH specification structure.

ParameterValue
Value of the named parameter, ParameterName, extracted from the structure Spec. ParameterValue = [] if the parameter has no value.

Example

See Also
garchfit, garchpred, garchset, garchsim

optimget, optimset (in the online MATLAB Function Reference)


  garchfit garchinfer