27.03.2013 Views

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

NLR 1057<br />

PCON n Convergence criterion for the parameter values. Specify any non-negative<br />

number for n. The default is 1E – 8 . If successive iterations fail to change<br />

any of the parameter values by this proportion, the procedure stops. Specify<br />

0 to disable this criterion.<br />

RCON n Convergence criterion for the correlation between the residuals and the<br />

derivatives. Specify any non-negative number for n. The default is 1E – 8 .<br />

If the largest value for the correlation between the residuals and the derivatives<br />

equals this value, the procedure stops because it lacks the information<br />

it needs to estimate a direction for its next move. This criterion is often<br />

referred to as a gradient convergence criterion. Specify 0 to disable this<br />

criterion.<br />

Example<br />

MODEL PROGRAM A=.5 B=1.6.<br />

COMPUTE PRED=A*SPEED**B.<br />

NLR STOP /CRITERIA=ITER(80) SSCON=.000001.<br />

• CRITERIA changes two of the five cutoff values affecting iteration, ITER and SSCON, and<br />

leaves the remaining three, PCON, RCON, and CKDER, at their default values.<br />

BOUNDS Subcommand<br />

The BOUNDS subcommand can be used to specify both linear and nonlinear constraints. It<br />

can be used only with CNLR; it cannot be used with NLR.<br />

Simple Bounds and Linear Constraints<br />

BOUNDS can be used to impose bounds on parameter values. These bounds can involve<br />

either single parameters or a linear combination of parameters and can be either equalities or<br />

inequalities.<br />

• All bounds are specified on the same BOUNDS subcommand and separated by<br />

semicolons.<br />

• The only variables allowed on BOUNDS are parameter variables (those named on MODEL<br />

PROGRAM).<br />

• Only * (multiplication), + (addition), – (subtraction), = or EQ, >= or GE, and = A;<br />

B >= 9;<br />

.01

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!