You can specify the following options after a slash (/) in a CHART or COMPARE statement.
specifies the probability distribution that is compared to the input data by a COMPARE statement and that is used to compute probability limits for a rare events chart that you create by using a CHART statement. You can specify the following distributions:
requests an exponential distribution. You can specify the following exponential-options:
specifies the scale parameter for the exponential distribution. By default, is estimated from the process data.
specifies the threshold parameter for the exponential distribution. By default, . You can specify THETA=EST to compute an estimate of from the process data. If any data value is less than , the procedure issues a warning and sets to the minimum data value.
requests a geometric distribution. You can specify the following geometric-options:
specifies the probability of success in a single Bernoulli trial on which the geometric distribution is based. This is the probability that an opportunity for a rare event to occur will actually result in an occurrence. You can specify P=MLE to compute a maximum likelihood estimate (MLE) of p or P=MVUE to compute a minimum variance unbiased estimate (MVUE) of p. By default, an MVUE is computed if the SHIFT= parameter value is 0 or 1, and an MLE is computed otherwise.
specifies the minimum possible value () for the geometric distribution. By default, . If a measurement from the input data represents the time until an event occurs (including the event itself) instead of times between events, then you should specify . If any data value is less than a, the procedure issues a warning and sets a to the minimum data value.
The procedure determines whether the process data have continuous or integer values. By default, an exponential distribution is used for continuous data and a geometric distribution is used for integer data.
adds a footnote to the graph. If you specify the FOOTNOTE (or FOOTNOTE1) keyword, the value of the SAS FOOTNOTE statement is used as the graph footnote. If you specify a quoted string, that string is used as the footnote. The quoted string can contain the following escape characters, which are replaced by the values indicated:
is replaced by the process variable name.
is replaced by the process variable label (or name if the process variable has no label).
adds a secondary footnote to the graph. If you specify the FOOTNOTE2 keyword, the value of the SAS FOOTNOTE2 statement is used as the secondary graph footnote. If you specify a quoted string, that string is used as the secondary footnote. The quoted string can contain the following escape characters, which are replaced by the values indicated:
is replaced by the process variable name.
is replaced by the process variable label (or name if the process variable has no label).
specifies a title for the graph. You can specify the following values:
uses the value of the SAS TITLE statement as the graph title.
suppresses all graph titles.
uses the default title.
If you specify a quoted string, that string is used as the graph title. The quoted string can contain the following escape characters, which are replaced by the values indicated:
is replaced by the process variable name.
is replaced by the process variable label (or name if the analysis variable has no label).
specifies a secondary title for the graph. If you specify the TITLE2 keyword, the value of the SAS TITLE2 statement is used as the secondary graph title. If you specify a quoted string, that string is used as the secondary title. The quoted string can contain the following escape characters, which are replaced by the values indicated:
is replaced by the process variable name.
is replaced by the process variable label (or name if the analysis variable has no label).