-
ALPHA=value-list
specifies the shape parameter
for fitted curves that are requested by the BETA, GAMMA, PARETO, and POWER options. Enclose the ALPHA= option in parentheses after the distribution keyword.
By default, or if you specify the value EST, the procedure calculates a maximum likelihood estimate for
. You can specify A= as an alias for ALPHA= if you use it as a beta-option. You can specify SHAPE= as an alias for ALPHA= if you use it as a gamma-option.
-
BARFILL=variable-list
specifies variables whose values determine the colors of the bars in the cells of a comparative histogram.
Cells that are associated with a particular value of a BARFILL= variable are the same color. The colors that are used are determined by the ODS style. If the HISTOGRAM statement applies to more than one analysis variable (which are listed in either the HISTOGRAM statement or a VAR statement), you can specify a list of BARFILL= variables, which are matched with analysis variables by their positions in the lists.
Note: This option applies only when ODS Graphics is enabled.
-
BARLABEL=COUNT |PERCENT |PROPORTION
-
displays labels above the histogram bars.
You can specify the following values:
- COUNT
shows the number of observations associated with each bar.
- PERCENT
shows the percentage of observations represented by each bar.
- PROPORTION
shows the proportion of observations associated with each bar.
By default, bars are not labeled.
-
† BARWIDTH=value
specifies the width of the histogram bars in percentage screen units.
If both the BARWIDTH= and INTERBAR= options are specified, the INTERBAR= option takes precedence.
-
BETA <(beta-options)>
-
displays fitted beta density curves on the histogram. The BETA option can occur only once in a HISTOGRAM statement, but it can request any number of beta curves. The beta distribution is bounded below by the parameter
and above by the value
. Use the THETA= and SIGMA= beta-options to specify these parameters.
By default, THETA=0 and SIGMA=1. You can specify THETA=EST and SIGMA=EST to request maximum likelihood estimates for
and
.
The beta distribution has two shape parameters:
and
. If these parameters are known, you can specify their values with the ALPHA= and BETA= beta-options. By default, the procedure computes maximum likelihood estimates for
and
.
Note: Three- and four-parameter maximum likelihood estimation might not always converge.
Table 6 lists secondary options you can specify with the BETA option. For more information, see the section Beta Distribution. See Example 4.21 for an example that uses the BETA option.
-
BETA=value-list
B=value-list
specifies the second shape parameter
for beta density curves that are requested by the BETA option.
Enclose the BETA= beta-option in parentheses after the BETA option. By default, or if you specify the value EST, the procedure calculates a maximum likelihood estimate for
.
-
C=value-list
SHAPE=value-list
specifies the shape parameter c for Weibull density curves that are requested by the WEIBULL option.
Enclose the C= Weibull-option in parentheses after the WEIBULL option. By default, or if you specify the value EST, the procedure calculates a maximum likelihood estimate for c.
-
C=value-list
-
specifies the standardized bandwidth parameter c for kernel density estimates that are requested by the KERNEL option.
Enclose the C= kernel-option in parentheses after the KERNEL option. You can specify a list of values to request multiple estimates. You can specify the value MISE to produce the estimate with a bandwidth that minimizes the approximate mean integrated square error (MISE), or SJPI to select the bandwidth by using the Sheather-Jones plug-in method.
You can also use the C= kernel-option with the K= kernel-option (which specifies the kernel function) to compute multiple estimates. If you specify more kernel functions than bandwidths, the last bandwidth in the list is repeated for the remaining estimates. Similarly, if you specify more bandwidths than kernel functions, the last kernel function is repeated for the remaining estimates. If you do not specify the C= kernel-option, the bandwidth that minimizes the approximate MISE is used for all the estimates.
For more information about kernel density estimates, see the section Kernel Density Estimates.
-
† CBARLINE=color
specifies the color for the outline of the histogram bars that are produced for traditional graphics.
The option does not apply to ODS Graphics output.
-
† CFILL=color
specifies the color to fill the bars of the histogram (or the area under a fitted density curve if you also specify the FILL option) that is produced for traditional graphics.
For more information, see the FILL and PFILL= options. See SAS/GRAPH: Reference for a list of colors. The option does not apply to ODS Graphics output.
-
† CGRID=color
specifies the color for grid lines when a grid is displayed on the histogram in traditional graphics.
This option also produces a grid if the GRID= option is not specified.
-
CLIPCURVES
scales the vertical axis without taking fitted curves into consideration.
Curves that extend above the tallest histogram bar can be clipped. You can use this option to avoid compression of the histogram bars that can be caused by extremely high fitted curve peaks.
-
† CLIPREF
draws the histogram bars in front of reference lines that are requested by the HREF= and VREF= options.
When the GSTYLE system option is in effect for traditional graphics, reference lines are drawn in front of the bars by default.
-
CONTENTS=
-
specifies the table of contents grouping entry for tables that are associated with a density curve.
Enclose the CONTENTS= option in parentheses after the distribution option. You can specify CONTENTS='' to suppress the grouping entry.
-
DELTA=value-list
-
specifies the first shape parameter
for Johnson
and Johnson
distribution functions that are requested by the SB and SU options. Enclose the DELTA= option in parentheses after the SB or SU option. If you do not specify a value for
, or if you specify the value EST, the procedure calculates an estimate.
-
EDFNSAMPLES=value
specifies the number of simulation samples to use to compute p-values for empirical distribution function (EDF) goodness-of-fit statistics for density curves that are requested by the GUMBEL, IGAUSS, PARETO, and RAYLEIGH options. Enclose the EDFNSAMPLES= option in parentheses after the distribution option. By default, EDFNSAMPLES=500.
-
EDFSEED=value
specifies an integer value to use to start the pseudorandom number generator when creating simulation samples for computing EDF goodness-of-fit statistic p-values for density curves that are requested by the GUMBEL, IGAUSS, PARETO, and RAYLEIGH options.
Enclose the EDFSEED= option in parentheses after the distribution option. By default, the procedure uses a random number seed that is generated from reading the time of day from the computer’s clock.
-
ENDPOINTS <=values |KEY |UNIFORM>
-
uses histogram bin endpoints as the tick mark values for the horizontal axis and determines how to compute the bin width of the histogram bars.
You can specify the following values:
- values
-
specifies both the left and right endpoints of each histogram interval. The width of the histogram bars is the difference between consecutive endpoints. The procedure uses the same values for all variables.
The range of endpoints must cover the range of the data. For example, if you specify
endpoints=2 to 10 by 2
then all of the observations must fall in the intervals [2,4) [4,6) [6,8) [8,10]. You must use evenly spaced endpoints that you list in increasing order.
- KEY
determines the endpoints for the data in the key cell. The initial number of endpoints is based on the number of observations in the key cell by using the method of Terrell and Scott (1985). The procedure extends the endpoint list for the key cell in either direction as necessary until it spans the data in the remaining cells.
- UNIFORM
determines the endpoints by using all the observations as if there were no cells. In other words, the number of endpoints is based on the total sample size by using the method of Terrell and Scott (1985).
Neither KEY nor UNIFORM apply unless you also specify the CLASS statement.
If you omit the ENDPOINTS option, the procedure uses the histogram midpoints as horizontal axis tick values. If you specify the ENDPOINTS option, the procedure computes the endpoints by using an algorithm (Terrell and Scott 1985) that is primarily applicable to continuous data that are approximately normally distributed.
If you specify both the MIDPOINTS= and ENDPOINTS options, the procedure issues a warning message and uses the endpoints.
If you specify the RTINCLUDE option, the procedure includes the right endpoint of each histogram interval in that interval instead of including the left endpoint.
If you specify a CLASS statement and specify the ENDPOINTS option, the procedure uses ENDPOINTS=KEY as the default. However if the key cell is empty, then the procedure uses ENDPOINTS=UNIFORM.
-
EXPONENTIAL <(exponential-options)>
EXP <(exponential-options)>
displays fitted exponential density curves on the histogram. This option can occur only once in a HISTOGRAM statement, but it can request any number of exponential curves.
Use the THETA= exponential-option to specify the threshold parameter
, which must be less than or equal to the minimum data value. By default, THETA=0. You can specify THETA=EST to request the maximum likelihood estimate for
. Use the SIGMA= exponential-option to specify
. By default, the procedure computes a maximum likelihood estimate for
. Table 6 lists options you can specify with the EXPONENTIAL option. For more information, see the section Exponential Distribution.
-
FILL
fills areas under the fitted density curve or the kernel density estimate with colors and patterns.
Enclose this option in parentheses after a density curve option or the KERNEL option. This option is ignored if you request more than one density curve. The CFILL= and PFILL= options specify the color and pattern for the area under the curve when producing traditional graphics. For a list of available colors and patterns, see SAS/GRAPH: Reference.
-
† FRONTREF
draws reference lines that are requested by the HREF= and VREF= options in front of the histogram bars.
When the NOGSTYLE system option is in effect for traditional graphics, reference lines are drawn behind the histogram bars by default, and they can be obscured by filled bars.
-
GAMMA <(gamma-options)>
displays fitted gamma density curves on the histogram. You can specify the GAMMA option only once in a HISTOGRAM statement, but it can request any number of gamma curves.
The parameter
must be less than the minimum data value. Use the THETA= gamma-option to specify
. By default, THETA=0. You can specify THETA=EST to request the maximum likelihood estimate for
. Use the ALPHA= and the SIGMA= gamma-options to specify the shape parameter
and the scale parameter
. By default, PROC UNIVARIATE computes maximum likelihood estimates for
and
. The procedure calculates the maximum likelihood estimate of
iteratively by using the Newton-Raphson approximation. Table 6 lists options you can specify with the GAMMA option. For more information, see the section Gamma Distribution. See Example 4.22 for an example that uses the GAMMA option.
-
GAMMA=value-list
specifies the second shape parameter
for Johnson
and Johnson
distribution functions that are requested by the SB and SU option, respectively.
Enclose the GAMMA= option in parentheses after the SB or SU option. If you do not specify a value for
, or if you specify the value EST, the procedure calculates an estimate.
-
GRID
displays a grid on the histogram.
Grid lines are horizontal lines that are positioned at major tick marks on the vertical axis.
-
GUMBEL <(Gumbel-options)>
displays fitted Gumbel density curves on the histogram. You can specify the GUMBEL option only once in a HISTOGRAM statement, but it can request any number of Gumbel curves.
Use the MU= and the SIGMA= Gumbel-options to specify the location parameter
and the scale parameter
, respectively. By default, PROC UNIVARIATE computes maximum likelihood estimates for
and
. Table 6 lists options you can specify with the GUMBEL option. For more information, see the section Gumbel Distribution.
-
HANGING
HANG
-
requests a hanging histogram, as illustrated in Figure 7.
Figure 7: Hanging Histogram
The HANGING option is enabled only when you have requested exactly one fitted density curve. A hanging histogram aligns the tops of the histogram bars (displayed as lines) with the fitted curve. The lines are positioned at the midpoints of the histogram bins. A hanging histogram is a goodness-of-fit diagnostic in the sense that the closer the lines are to the horizontal axis, the better the fit. Hanging histograms are discussed by Tukey (1977), Wainer (1974), and Velleman and Hoaglin (1981).
-
† HOFFSET=value
specifies the offset, in percentage screen units, at both ends of the horizontal axis.
You can use HOFFSET=0 to eliminate the default offset.
-
IGAUSS <(iGauss-options)>
displays fitted inverse Gaussian density curves on the histogram.
You can specify the IGAUSS option only once in a HISTOGRAM statement, but it can request any number of inverse Gaussian curves. Use the MU= and the LAMBDA= iGauss-options to specify the location parameter
and the shape parameter
, respectively. By default, PROC UNIVARIATE uses the sample mean for
and computes a maximum likelihood estimate for
. Table 6 lists options you can specify with the IGAUSS option. For more information, see the section Inverse Gaussian Distribution.
-
† INTERBAR=value
specifies the space between histogram bars in percentage screen units.
If both the INTERBAR= and BARWIDTH= options are specified, the INTERBAR= option takes precedence.
-
K=NORMAL |QUADRATIC |TRIANGULAR
specifies the kernel function (normal, quadratic, or triangular) used to compute a kernel density estimate. You can specify a list of values to request multiple estimates.
You must enclose this option in parentheses after the KERNEL option. You can also use the K= kernel-option with the C= kernel-option, which specifies standardized bandwidths. If you specify more kernel functions than bandwidths, the procedure repeats the last bandwidth in the list for the remaining estimates. Similarly, if you specify more bandwidths than kernel functions, the procedure repeats the last kernel function for the remaining estimates. By default, K=NORMAL.
-
KERNEL<(kernel-options)>
superimposes kernel density estimates on the histogram. By default, the procedure uses the AMISE method to compute kernel density estimates.
To request multiple kernel density estimates on the same histogram, specify a list of values for the C= kernel-option or K= kernel-option. Table 7 lists options you can specify with the KERNEL option. For more information about kernel density estimates, see the section Kernel Density Estimates and Example 4.23.
-
LAMBDA=value
specifies the shape parameter
for fitted curves that are requested by the IGAUSS option.
Enclose the LAMBDA= option in parentheses after the IGAUSS distribution keyword. If you do not specify a value for
, the procedure calculates a maximum likelihood estimate.
-
† LGRID=linetype
specifies the line type for the grid when a grid is displayed on the histogram.
This option also creates a grid if the GRID option is not specified.
-
LOGNORMAL<(lognormal-options)>
-
displays fitted lognormal density curves on the histogram. You can specify the LOGNORMAL option only once in a HISTOGRAM statement, but you can request any number of lognormal curves in this option.
The parameter
must be less than the minimum data value. Use the THETA= lognormal-option to specify
. By default, THETA=0. You can specify THETA=EST to request the maximum likelihood estimate for
. You can use the SIGMA= and ZETA= lognormal-options to specify values for
and
. By default, the procedure computes estimates of
and
as described in the section Lognormal Distribution. Table 6 lists options you can specify with the LOGNORMAL option.
See the Example 4.22 and Example 4.24 for examples that use the LOGNORMAL option.
-
LOWER=value-list
specifies lower bounds for kernel density estimates that are requested by the KERNEL option. Enclose the LOWER= option in parentheses after the KERNEL option.
If you specify more kernel estimates than lower bounds, the last lower bound is repeated for the remaining estimates. The default is a missing value, which indicates no lower bounds for fitted kernel density curves.
-
MAXNBIN=n
limits the number of bins that are displayed in the comparative histogram. This option is useful when the scales or ranges of the data distributions differ greatly from cell to cell.
By default, the bin size and midpoints are determined for the key cell, and then the midpoint list is extended to accommodate the data ranges for the remaining cells. However, if the cell scales differ considerably, the resulting number of bins can be so great that each cell histogram is scaled into a narrow region. By using this option to limit the number of bins, you can narrow the window about the data distribution in the key cell. This option is not available unless you specify the CLASS statement. The MAXNBIN= option is an alternative to the MAXSIGMAS= option.
-
MAXSIGMAS=value
limits the number of bins that are displayed in the comparative histogram to a range of value standard deviations (of the data in the key cell) above and below the mean of the data in the key cell. This option is useful when the scales or ranges of the data distributions differ greatly from cell to cell.
By default, the bin size and midpoints are determined for the key cell, and then the midpoint list is extended to accommodate the data ranges for the remaining cells. However, if the cell scales differ considerably, the resulting number of bins can be so great that each cell histogram is scaled into a narrow region. By using this option to limit the number of bins, you can narrow the window that surrounds the data distribution in the key cell. This option is not available unless you specify the CLASS statement.
-
MIDPERCENTS
requests a table that lists the midpoints and percentage of observations in each histogram interval.
If you specify MIDPERCENTS in parentheses after a density estimate option, the procedure displays a table that lists the midpoints, the observed percentage of observations, and the estimated percentage of the population in each interval (estimated from the fitted distribution). See Example 4.18.
-
MIDPOINTS=values |KEY |UNIFORM
-
specifies how to determine the midpoints for the histogram intervals,
You can specify the following values:
- values
-
specifies a list of midpoint values. The width of the histogram bars is the difference between consecutive midpoints. The procedure uses the same values for all analysis variables. The range of midpoints, extended at each end by half of the bar width, must cover the range of the data. For example, if you specify
midpoints=2 to 10 by 0.5
then all of the observations should fall between 1.75 and 10.25. You must specify evenly spaced midpoints listed in increasing order.
- KEY
determines the midpoints for the data in the key cell. The initial number of midpoints is based on the number of observations in the key cell that use the method of Terrell and Scott (1985). The procedure extends the midpoint list for the key cell in either direction as necessary until it spans the data in the remaining cells.
- UNIFORM
determines the midpoints by using all the observations as if there were no cells. In other words, the number of midpoints is based on the total sample size by using the method of Terrell and Scott (1985).
Neither KEY nor UNIFORM apply unless you use the CLASS statement. By default, if you use a CLASS statement, MIDPOINTS=KEY; however, if the key cell is empty then MIDPOINTS=UNIFORM. Otherwise, the procedure computes the midpoints by using an algorithm (Terrell and Scott 1985) that is primarily applicable to continuous data that are approximately normally distributed.
-
MU=value-list
specifies the parameter
for Gumbel, inverse Gaussian, and normal density curves that are requested by the GUMBEL, IGAUSS, and NORMAL options, respectively.
Enclose the MU= option in parentheses after the distribution keyword. By default, or if you specify the value EST, the procedure uses the sample mean for
for normal and inverse Gaussian distributions and computes a maximum likelihood estimate of
for the Gumbel distribution. For more detail, see the sections Inverse Gaussian Distribution and Gumbel Distribution.
-
NENDPOINTS=n
uses histogram interval endpoints as the tick mark values for the horizontal axis and
determines the number of bins.
-
NMIDPOINTS=n
specifies the number of histogram
intervals.
-
NOBARS
-
suppresses drawing of histogram bars,
which is useful for viewing fitted curves only.
-
NOCURVELEGEND
NOLEGEND
suppresses the legend for fitted curves. This option applies only to ODS Graphics output.
-
NOPLOT
NOCHART
suppresses the creation of a plot.
Use this option when you only want to tabulate summary statistics for a fitted density or create an OUTHISTOGRAM= data set.
-
NOPRINT
suppresses tables summarizing the fitted curve.
Enclose this option in parentheses following the distribution option.
-
NORMAL<(normal-options)>
displays fitted normal density curves on the histogram. You can specify the NORMAL option only once in a HISTOGRAM statement, but it can request any number of normal curves.
Use the MU= and SIGMA= normal-options to specify
and
. By default, the procedure uses the sample mean and sample standard deviation for
and
, respectively. Table 6 lists options you can specify with the NORMAL option. For more information, see the section Normal Distribution. See Example 4.19 for an example that uses the NORMAL option.
-
NOTABCONTENTS
suppresses the table of contents entries for tables
produced by the HISTOGRAM statement.
-
OPTBOUNDRANGE=value
defines the sampling range for each parameter during maximum likelihood estimation for the Johnson
distribution. PROC UNIVARIATE computes initial estimates for each parameter by using the method of percentiles. The value determines the range of parameter values around the initial estimate that can be sampled for local optimization starting values. By default, OPTBOUNDRANGE=100.
-
OPTMAXITER=value
limits the number of iterations that are used by the optimizer in maximum likelihood estimation for the Johnson
distribution. By default,OPTMAXITER=500.
-
OPTMAXSTARTS=N
defines the maximum number of starting points to use for local optimization in maximum likelihood estimation for the Johnson
distribution. That is, no more than N local optimizations are used in the multi-start algorithm. By default, OPTMAXSTARTS=100.
-
OPTPRINT
prints the iteration history for the Johnson
distribution maximum likelihood estimation.
-
OPTSEED=value
specifies a positive integer seed for generating random number sequences in Johnson
distribution maximum likelihood estimation. You can use this option to replicate results from different runs.
-
OPTTOLERANCE=value
specifies the tolerance for declaring optimality in maximum likelihood estimation for the Johnson
distribution. By default, OPTTOLERANCE=1E–8.
-
OUTHISTOGRAM=SAS-data-set
OUTHIST=SAS-data-set
creates a SAS data set that contains information about histogram intervals.
Specifically, the data set contains the midpoints of the histogram intervals (or the lower endpoints of the intervals if you specify the ENDPOINTS option), the observed percentage of observations in each interval, and the estimated percentage of observations in each interval (estimated from each of the specified fitted curves).
-
OUTKERNEL=SAS-data-set
creates a SAS data set that contains information about kernel density estimates.
-
PARETO <(Pareto-options)>
displays fitted generalized Pareto density curves on the histogram. You can specify the this option only once in a HISTOGRAM statement, but it can request any number of generalized Pareto curves.
The parameter
must be less than the minimum data value. Use the THETA= Pareto-option to specify
. By default, THETA=0. Use the SIGMA= and the ALPHA= Pareto-options to specify the scale parameter
and the shape parameter
. By default, PROC UNIVARIATE computes maximum likelihood estimates for
and
. Table 6 lists options you can specify with the PARETO option. For more information, see the section Generalized Pareto Distribution.
-
PERCENTS=values
PERCENT=values
specifies a list of percentages for which quantiles calculated from the data and quantiles estimated from the fitted curve are tabulated.
The percentages must be between 0 and 100. Enclose the PERCENTS= option in parentheses after the curve option. The default percentages are 1, 5, 10, 25, 50, 75, 90, 95, and 99.
-
† PFILL=pattern
specifies a pattern used to fill the bars of the histograms (or the areas under a fitted curve if you also specify the FILL option) when producing traditional graphics.
For more information, see the entries for the CFILL= and FILL options. Refer to SAS/GRAPH: Reference for a list of pattern values. This option does not apply to ODS Graphics output.
-
POWER <(power-options)>
displays fitted power function density curves on the histogram.
You can specify this option only once in a HISTOGRAM statement, but it can request any number of power function curves. The parameter
must be less than the minimum data value. Use the THETA= and SIGMA= power-options to specify
and
. The default values are 0 and 1, respectively. Use the ALPHA= power-option to specify the and the shape parameter,
. By default, PROC UNIVARIATE computes a maximum likelihood estimate for
. Table 6 lists options you can specify with the POWER option. For more information, see the section Power Function Distribution.
-
RAYLEIGH <(Rayleigh-options)>
displays fitted Rayleigh density curves on the histogram. You can specify this option only once in a HISTOGRAM statement, but it can request any number of Rayleigh curves.
The parameter
must be less than the minimum data value. Use the THETA= Rayleigh-option to specify
. By default, THETA=0. Use the SIGMA= Rayleigh-option to specify the scale parameter
. By default, PROC UNIVARIATE computes maximum likelihood estimates for
. Table 6 lists options you can specify with the RAYLEIGH option. For more information, see the section Rayleigh Distribution.
-
RTINCLUDE
includes the right endpoint of each histogram interval in that interval.
By default, the left endpoint is included in the histogram interval.
-
SB<(
-options)>
displays fitted Johnson
density curves on the histogram.
You can specify this option only once in a HISTOGRAM statement, but it can request any number of Johnson
curves. Use the THETA= and SIGMA= normal-options to specify
and
. By default, the procedure computes maximum likelihood estimates of
and
. Table 6 lists options you can specify with the SB option. For more information, see the section Johnson SB distribution.
-
SIGMA=value-list
-
specifies the parameter
for the fitted density curve when you request the
BETA, EXPONENTIAL, GAMMA, GUMBEL, LOGNORMAL, NORMAL, PARETO, POWER, RAYLEIGH, SB, SU, or WEIBULL options.
See Table 9 for a summary of how to use the SIGMA= option. You must enclose this option in parentheses after the density curve option. If you specify the value EST, the procedure computes an estimate of
as described in the section Lognormal Distribution for the lognormal distribution or a maximum likelihood estimate for all other distributions.
-
SU<(
-options)>
displays fitted Johnson
density curves on the histogram.
You can specify this option only once in a HISTOGRAM statement, but it can request any number of Johnson
curves. Use the THETA= and SIGMA= normal-options to specify
and
. By default, the procedure computes maximum likelihood estimates of
and
. Table 6 lists options you can specify with the SU option. For more information, see the section Johnson SU distribution.
-
THETA=value-list
THRESHOLD= value-list
specifies the lower threshold parameter
for curves that are requested by the BETA, EXPONENTIAL, GAMMA, LOGNORMAL, PARETO, POWER, RAYLEIGH, SB, SU, and WEIBULL options.
Enclose the THETA= option in parentheses after the curve option. By default, THETA=0. If you specify the value EST, an estimate is computed for
.
-
UPPER=value-list
specifies upper bounds for kernel density estimates that are requested by the KERNEL option.
Enclose the UPPER= option in parentheses after the KERNEL option. If you specify more kernel estimates than upper bounds, the last upper bound is repeated for the remaining estimates. The default is a missing value, indicating no upper bounds for fitted kernel density curves.
-
† VOFFSET=value
specifies the offset, in percentage screen units,
at the upper end of the vertical axis.
-
VSCALE=COUNT |PERCENT |PROPORTION
-
specifies the scale of the vertical axis for a histogram.
You can specify the following values:
- COUNT
scales the data in units of the number of observations per data unit.
- PERCENT
scales the data in units of percent of observations per data unit.
- PROPORTION
scales the data in units of proportion of observations per data unit.
By default, VSCALE=PERCENT.
-
† WBARLINE=n
specifies the width of bar outlines when traditional graphics are produced.
This option does not apply to ODS Graphics output.
-
WEIBULL<(Weibull-options)>
-
displays fitted Weibull density curves on the histogram.
You can specify this option only once in a HISTOGRAM statement, but it can request any number of Weibull curves. The parameter
must be less than the minimum data value. Use the THETA= Weibull-option to specify
. By default, THETA=0. You can specify THETA=EST to request the maximum likelihood estimate for
. Use the C= and SIGMA= Weibull-options to specify the shape parameter c and the scale parameter
. By default, the procedure computes the maximum likelihood estimates for c and
. Table 6 lists options you can specify with the WEIBULL option. For more information, see the section Weibull Distribution. See Example 4.22 for an example that uses the WEIBULL option.
PROC UNIVARIATE calculates the maximum likelihood estimate of
iteratively by using the Newton-Raphson approximation. See also the C=, SIGMA=, and THETA= Weibull-options.
-
† WGRID=n
specifies the line thickness for the grid when traditional graphics are produced.
The option does not apply to ODS Graphics output.
-
ZETA= value-list
SCALE= value-list
specifies a value for the scale parameter
for lognormal density curves that are requested by the LOGNORMAL option.
Enclose the ZETA= lognormal-option in parentheses after the LOGNORMAL option. By default, or if you specify the value EST, the procedure calculates a maximum likelihood estimate for
.