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.9 to superimpose a fitted theoretical distribution function on your cdf plot.
Table 5.9: Options for Specifying a Theoretical Distribution
Option |
Description |
---|---|
plots beta distribution with threshold parameter , scale parameter , and shape parameters and |
|
plots exponential distribution with threshold parameter and scale parameter |
|
plots gamma distribution with threshold parameter , scale parameter , and shape parameter |
|
plots Gumbel distribution with location parameter and scale parameter |
|
plots inverse Gaussian distribution with mean and shape parameter |
|
plots lognormal distribution with threshold parameter , scale parameter , and shape parameter , |
|
plots normal distribution with mean and standard deviation |
|
plots generalized Pareto distribution with threshold parameter , scale parameter , and shape parameter |
|
plots power function distribution with threshold parameter , scale parameter , and shape parameter |
|
plots Rayleigh distribution with threshold parameter and scale parameter |
|
plots Weibull distribution function with threshold parameter , scale parameter , and shape parameter c |
Table 5.10 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.
Table 5.10: Distribution Options
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 |
|
Gumbel-Options |
|
specifies location parameter for Gumbel distribution function |
|
specifies scale parameter for Gumbel distribution function |
|
IGauss-Options |
|
specifies shape parameter for inverse Gaussian distribution function |
|
specifies mean for inverse Gaussian 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 |
|
Pareto-Options |
|
specifies shape parameter for generalized Pareto distribution function |
|
specifies scale parameter for generalized Pareto distribution function |
|
specifies threshold parameter for generalized Pareto distribution function |
|
Power-Options |
|
specifies shape parameter for power function distribution |
|
specifies scale parameter for power function distribution |
|
specifies threshold parameter for power function distribution |
|
Rayleigh-Options |
|
specifies scale parameter for Rayleigh distribution function |
|
specifies threshold parameter for Rayleigh distribution function |
|
Weibull-Options |
|
specifies shape parameter c for Weibull distribution function |
|
specifies change in successive estimates of c 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 |
Table 5.11: General CDFPLOT Statement Options
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 |
|
specifies annotate data set |
|
specifies color for axis |
|
specifies color for frame |
|
specifies colors for HREF= lines |
|
specifies colors for STATREF= lines |
|
specifies color for text |
|
specifies colors 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 line styles for HREF= lines |
|
specifies line styles for STATREF= lines |
|
specifies line styles for VREF= lines |
|
specifies name for plot in graphics catalog |
|
suppresses label for horizontal axis |
|
suppresses label for vertical axis |
|
suppresses tick marks and tick mark labels for vertical axis |
|
specifies reference lines at values of summary statistics |
|
specifies labels for STATREF= lines |
|
specifies substitution character for displaying statistic values in STATREFLABELS= labels |
|
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 ODS Graphics Output |
|
specifies footnote displayed on cdf plot |
|
specifies secondary footnote displayed on cdf plot |
|
specifies title displayed on cdf plot |
|
specifies secondary title displayed on cdf plot |
|
Options for Comparative Plots |
|
applies annotation requested in ANNOTATE= data set to key cell only |
|
specifies color for filling row label frames |
|
specifies color for filling column label frames |
|
specifies color for proportion of frequency bar |
|
specifies color for row labels |
|
specifies color for column labels |
|
specifies distance between tiles in comparative plot |
|
specifies number of columns in comparative plot |
|
specifies number of rows in comparative plot |
|
overlays plots for different class levels (ODS Graphics only) |
|
Options for Line Printer Charts |
|
specifies character for plotted points |
|
specifies line character for HREF= lines |
|
specifies line character for VREF= lines |