Object Reference : Object View and Procedure Reference : Logl
  
 
makegrads
Make a group containing individual series which hold the gradients of the objective function.
Syntax
logl_name.makegrads(options) [ser1 ser2 ...]
The argument specifying the names of the series is also optional. If the argument is not provided, EViews will name the series “GRAD##” where ## is a number such that “GRAD##” is the next available unused name. If the names are provided, the number of names must match the number of target series.
Options
 
n=arg
Name of group object to contain the series.
Examples
ll2.grads(n=out)
creates a group named OUT containing series named GRAD01, GRAD02, and GRAD03.
ll2.grads(n=out) g1 g2 g3
creates the same group, but names the series G1, G2 and G3.
Cross-references
See “Check Derivatives” for further discussion.
See also Logl::grads.