Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The KRIGE2D Procedure

PROC KRIGE2D Statement

PROC KRIGE2D options ;

You can specify the following options in the PROC KRIGE2D statement.

DATA=SAS-data-set
specifies a SAS data set containing the x and y coordinate variables and the VAR= variables in the PREDICT statement.

OUTEST=SAS-data-set
OUTE=SAS-data-set
specifies a SAS data set in which to store the kriging estimates, standard errors and grid location. For details, see the section "OUTEST=SAS-data-set ".

OUTNBHD=SAS-data-set
OUTN=SAS-data-set
specifies a SAS data set in which to store the neighborhood information for each grid point. Information is written to this data set only if one or more PREDICT statements have options specifying local kriging. For details, see the section "OUTNBHD=SAS-data-set ".

SINGULARMSG=number
SMSG=number
controls the number of warning messages displayed for a singular matrix. When local kriging is performed, a separate kriging system is solved for each grid point. Anytime a singular matrix is encountered, a warning message is displayed up to a total of SINGULARMSG=n times. The default is SINGULARMSG=10.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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