Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The NLMIXED Procedure

BOUNDS Statement

BOUNDS b_con [ , b_con... ] ;


whereb_con :=number operator parameter_list operator number
orb_con :=number operator parameter_list
orb_con :=parameter_list operator number
andoperator :=<=, <, >=, or >

Boundary constraints are specified with a BOUNDS statement. One- or two-sided boundary constraints are allowed. The list of boundary constraints are separated by commas. For example,

      bounds 0 <= a1-a9 X <= 1, -1 <= c2-c5;
      bounds b1-b10 y >= 0;

You can specify more than one BOUNDS statement. If you specify more than one lower (upper) bound for the same parameter, the maximum (minimum) of these is taken.

If the maximum lj of all lower bounds is larger than the minimum of all upper bounds uj for the same variable \theta_j, the boundary constraint is replaced by \theta_j := l_j := \min(u_j) defined by the minimum of all upper bounds specified for \theta_j.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.