Previous Page | Next Page

The NLP Procedure

MIN, MAX, and LSQ Statements
MIN variables ;
MAX variables ;
LSQ variables ;

The MIN, MAX, or LSQ statement specifies the objective functions. Only one of the three statements can be used at a time and at least one must be given. The MIN and LSQ statements are for minimizing the objective function, and the MAX statement is for maximizing the objective function. The MIN, MAX, or LSQ statement lists one or more variables naming the objective functions , (later defined by SAS program code).

  • If the MIN or MAX statement lists function names , the objective function is

         
  • If the LSQ statement lists function names , the objective function is

         

Note that the LSQ statement can be used only if TECH=LEVMAR or TECH=HYQUAN.

Previous Page | Next Page | Top of Page