You can use the Estimators tab to specify parametric distributions to fit to the data. (See Figure 15.4.) The options for the Estimators tab correspond to options for the HISTOGRAM statement in the UNIVARIATE procedure. See the documentation in the Base SAS Procedures Guide for details.
For each distribution, you can enter values for one or more parameters, and estimate the remaining parameters with maximum likelihood estimation (MLE). The analysis typically creates a histogram overlaid with density curves, one for each specified distribution.
To add a new distribution to the
list, click a blank item and select a distribution from the list.To delete a distribution from the
list, click an existing distribution and select from the list.To change a distribution in the
list, click the distribution and select a new distribution from the list.Threshold parameters are set to zero unless you clear the
check box, in which case the threshold parameter is estimated by MLE. Other parameters in a distribution are estimated from the data by using MLE, unless you select parameter selection.The Estimator tab contains the following UI controls:
displays a list of distributions that are fitted to the data. Clicking an item in this list enables you to change the distribution or to specify parameters for the distribution. You can specify up to five distributions.
specifies the distribution for the selected item in the
list.specifies how to determine parameters of the selected distribution in the
list. If is selected, then parameters are estimated by using MLE. If is selected, then you can enter one or more known parameters. Unspecified parameters are estimated by using MLE.specifies whether the threshold parameter is set to zero for the current distribution. If you clear this check box, then the threshold parameter is estimated by using MLE.
Note: Maximum likelihood estimation of two parameters does not always converge. Three-parameter estimation often does not converge. Three-parameter estimation is attempted if you clear the check box while is selected.