|
Chapter Contents |
Previous |
Next |
| INTERVALS Statement |
The following entries provide detailed descriptions of options in the INTERVALS statement.
proc capability data=steel;
intervals width / alpha = 0.05 0.10 0.15 0.20;
run;
Note that some references use | Index | Statistical Interval |
| 1 | approximate simultaneous prediction interval for k future observations |
| 2 | prediction interval for the mean of k future observations |
| 3 | approximate statistical tolerance interval that contains at least proportion p of the population |
| 4 | confidence interval for the population mean |
| 5 | prediction interval for the standard deviation of k future observations |
| 6 | confidence interval for the population standard deviation |
proc capability data=steel;
intervals width / methods=4 6;
run;
proc capability data=steel;
intervals width / outintervals=ints;
run;
See "OUTINTERVALS= Data Set"
for details.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.