The CAPABILITY Procedure |
The following tables list all options by function. The section Dictionary of Options describes each option in detail.
You can use the options listed in Table 5.8 to superimpose a fitted theoretical distribution function on your cdf plot.
Option |
Description |
---|---|
plots two-parameter beta distribution function, parameters and assumed known |
|
plots one-parameter exponential distribution function, parameter assumed known |
|
plots two-parameter gamma distribution function, parameter assumed known |
|
plots two-parameter lognormal distribution function, parameter assumed known |
|
plots normal distribution function |
|
plots two-parameter Weibull distribution function, parameter assumed known |
Table 5.9 summarizes options that specify distribution parameters and control the display of the theoretical distribution curve. You can specify these options in parentheses after the distribution option. For example, the following statements use the NORMAL option to superimpose a normal distribution:
proc capability; cdfplot / normal(mu=10 sigma=0.5 color=red); run;
The COLOR= option specifies the color for the curve, and the normal-options MU= and SIGMA= specify the parameters and for the distribution function. If you do not specify these parameters, maximum likelihood estimates are computed.
Option |
Description |
---|---|
Options Used with All Distributions |
|
specifies color of theoretical distribution function |
|
specifies line type of theoretical distribution function |
|
specifies character used to plot theoretical distribution function on line printer plots |
|
specifies width of theoretical distribution function |
|
Beta-Options |
|
specifies first shape parameter for beta distribution function |
|
specifies second shape parameter for beta distribution function |
|
specifies scale parameter for beta distribution function |
|
specifies lower threshold parameter for beta distribution function |
|
Exponential-Options |
|
specifies scale parameter for exponential distribution function |
|
specifies threshold parameter for exponential distribution function |
|
Gamma-Options |
|
specifies shape parameter for gamma distribution function |
|
specifies change in successive estimates of at which the Newton-Raphson approximation of terminates |
|
specifies initial value for in the Newton-Raphson approximation of |
|
specifies maximum number of iterations in the Newton-Raphson approximation of |
|
specifies scale parameter for gamma distribution function |
|
specifies threshold parameter for gamma distribution function |
|
Lognormal-Options |
|
specifies shape parameter for lognormal distribution function |
|
specifies threshold parameter for lognormal distribution function |
|
specifies scale parameter for lognormal distribution function |
|
Normal-Options |
|
specifies mean for normal distribution function |
|
specifies standard deviation for normal distribution function |
|
Weibull-Options |
|
specifies shape parameter for Weibull distribution function |
|
specifies change in successive estimates of at which the Newton-Raphson approximation of terminates |
|
specifies initial value for c in the Newton-Raphson approximation of |
|
specifies maximum number of iterations in the Newton-Raphson approximation of |
|
specifies scale parameter for Weibull distribution function |
|
specifies threshold parameter for Weibull distribution function |
Option |
Description |
---|---|
General Plot Layout Options |
|
specifies table of contents entry for cdf plot grouping |
|
specifies reference lines perpendicular to the horizontal axis |
|
specifies labels for HREF= lines |
|
suppresses legend for superimposed theoretical cdf |
|
suppresses plot of empirical (observed) distribution function |
|
suppresses frame around plotting area |
|
suppresses legend |
|
suppresses specifications legend |
|
specifies reference lines perpendicular to the vertical axis |
|
specifies labels for VREF= lines |
|
specifies scale for vertical axis |
|
Graphics Options |
|
applies annotation requested in ANNOTATE= data set to key cell only |
|
specifies annotate data set |
|
specifies color for axis |
|
specifies color for frame |
|
specifies color for filling row label frames |
|
specifies color for filling column label frames |
|
specifies color for HREF= lines |
|
specifies color for proportion of frequency bar |
|
specifies color for text |
|
specifies color for row labels |
|
specifies color for column labels |
|
specifies color for VREF= lines |
|
specifies description for graphics catalog member |
|
specifies text font |
|
specifies AXIS statement for horizontal axis |
|
specifies height of text used outside framed areas |
|
specifies number of horizontal axis minor tick marks |
|
specifies position for HREF= line labels |
|
specifies software font for text inside framed areas |
|
specifies height of text inside framed areas |
|
specifies distance between tiles in comparative plot |
|
specifies line style for HREF= lines |
|
specifies line style for VREF= lines |
|
specifies name for plot in graphics catalog |
|
specifies number of columns in comparative plot |
|
suppresses label for horizontal axis |
|
suppresses label for vertical axis |
|
suppresses tick marks and tick mark labels for vertical axis |
|
specifies number of rows in comparative plot |
|
overlays plots for different class levels (ODS Graphics only) |
|
turns and vertically strings out characters in labels for vertical axis |
|
specifies AXIS statement for vertical axis |
|
specifies label for vertical axis |
|
specifies number of vertical axis minor tick marks |
|
specifies position for VREF= line labels |
|
specifies line thickness for axes and frame |
|
Options for Line Printer Charts |
|
specifies character for plotted points |
|
specifies line character for HREF= lines |
|
specifies line character for VREF= lines |
Copyright © SAS Institute, Inc. All Rights Reserved.