|
Chapter Contents |
Previous |
Next |
| CDFPLOT Statement |
The following tables list all options by function. The "Dictionary of Options" describes each option in detail.
| BETA(beta-options) | plots two-parameter beta distribution function,
parameters |
| EXPONENTIAL(exponential-options) | plots one-parameter exponential distribution function,
parameter |
| GAMMA(gamma-options) | plots two-parameter gamma distribution function,
parameter |
| LOGNORMAL(lognormal-options) | plots two-parameter lognormal distribution function,
parameter |
| NORMAL(normal-options) | plots normal distribution function |
| WEIBULL(Weibull-options) | plots two-parameter Weibull distribution function,
parameter |
You can specify options in parentheses after each distribution option to control features of the theoretical distribution function. 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 | COLOR=color | specifies color of theoretical distribution function |
| L=linetype | specifies line type of theoretical distribution function |
| SYMBOL='character' | specifies character used to plot theoretical distribution function if cdf plot is produced on a line printer |
| W=n | specifies width of theoretical distribution function |
Table 2.3: Beta-Options
| ALPHA=value | specifies first shape parameter |
| BETA=value | specifies second shape parameter |
| SIGMA=value | specifies scale parameter |
| THETA=value | specifies lower threshold parameter |
Table 2.4: Exponential-Options
| SIGMA=value | specifies scale parameter |
| THETA=value | specifies threshold parameter |
Table 2.5: Gamma-Options
| ALPHADELTA=value | specifies change in successive estimates of |
| ALPHAINITIAL=value | specifies initial value for |
| MAXITER=n | specifies maximum number of iterations in the Newton-Raphson
approximation of |
| SIGMA=value | specifies scale parameter |
| ALPHA=value | specifies shape parameter |
| THETA=value | specifies threshold parameter |
Table 2.6: Lognormal-Options
| ZETA=value | specifies scale parameter |
| SIGMA=value | specifies shape parameter |
| THETA=value | specifies threshold parameter |
Table 2.7: Normal-Options
| MU=value | specifies mean |
| SIGMA=value | specifies standard deviation |
| C=value | specifies shape parameter c for Weibull distribution function |
| CDELTA=value | specifies change in successive estimates of c
at which the Newton-Raphson approximation of |
| CINITIAL=value | specifies initial value for c in the Newton-Raphson
approximation of |
| MAXITER=value | specifies maximum number of iterations in the Newton-Raphson
approximation of |
| SIGMA=value | specifies scale parameter |
| THETA=value | specifies threshold parameter |
| ANNOTATE= SAS-data-set | specifies annotate data set |
| CAXIS=color | specifies color for axis |
| CFRAME=color | specifies color for frame |
| CHREF=color | specifies color for HREF=lines |
| CTEXT=color | specifies color for text |
| CVREF=color | specifies color for VREF= lines |
| DESCRIPTION='string' | specifies description for graphics catalog member |
| FONT=font | specifies software font for text |
| HAXIS=name | specifies AXIS statement for horizontal axis |
| HMINOR=n | specifies number of horizontal minor tick marks |
| LEGEND=name | NONE | identifies LEGEND statement |
| LHREF=linetype | specifies line style for HREF=lines |
| LVREF=linetype | specifies line style for VREF= lines |
| NAME='string' | specifies name for plot in graphics catalog |
| VAXIS=name | specifies AXIS statement for vertical axis |
| VMINOR=n | specifies number of vertical minor tick marks |
Table 2.10: Options to Enhance Plots Produced on Line Printers
| CDFSYMBOL='character' | specifies character for plotted points |
| HREFCHAR='character' | specifies line character for HREF=lines |
| VREFCHAR='character' | specifies line character for VREF= lines |
| HREF=value-list | specifies reference lines perpendicular to the horizontal axis |
| HREFLABELS= 'label1'...'labeln' | specifies labels for HREF=lines |
| NOCDFLEGEND | suppresses legend for superimposed theoretical cdf |
| NOECDF | suppresses plot of empirical (observed) distribution function |
| NOFRAME | suppresses frame around plotting area |
| NOLEGEND | suppresses legend |
| NOSPECLEGEND | suppresses specifications legend |
| VREF=value-list | specifies reference lines perpendicular to the vertical axis |
| VREFLABELS= 'label1'...'labeln' | specifies labels for VREF= lines |
| VSCALE=PERCENT | PROPORTION | specifies scale for vertical axis |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.