Object Reference : Object View and Procedure Reference : System
  
 
grads
Gradients of the objective function.
Displays the gradients of the objective function (where available) for an estimated system object.
The (default) summary form shows the value of the gradient vector at the estimated parameter values (if valid estimates exist) or at the current coefficient values. Evaluating the gradients at current coefficient values allows you to examine the behavior of the objective function at starting values. The tabular form shows a spreadsheet view of the gradients for each observation. The graphical form shows this information in a multiple line graph.
Syntax
system_name.grads(options)
Options
 
p
Print results.
Examples
To show a summary view of the gradients:
sys1.grads
To print the table view:
sys1.grads(p)
Cross-references
See also System::derivs.