Object Reference : Object View and Procedure Reference : Equation
  
 
makegrads
Make a group containing individual series which hold the gradients of the objective function.
Syntax
equation_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
eq1.grads(n=out)
creates a group named OUT containing series named GRAD01, GRAD02, and GRAD03.
eq1.makegrads(n=out) g1 g2 g3
creates the same group, but names the series G1, G2 and G3.
Cross-references
See “Gradients”
See also Equation::derivs, Equation::makederivs, Equation::grads.