Grocer Function

NAME

garch_grad - Generates garch gradient

CALLING SEQUENCE

[g,dht,gradt]=garch_grad(parm,nar,nma,y,x)

PARAMETERS

Input

Output

DESCRIPTION

Generates garch likelihood gradient with respect to the true garch parameters. This in not the function used for maximisation, because maximised parameters are transformed in order to insure the positivity of the variance.

EXAMPLE

[g,dht,scores]=garch_grad(parmd,nar,nma,grocer_y,grocer_x)

Example taken from function garch(). 

AUTHOR

Eric Dubois 2002