-
ALLITER
includes the iteration history for the first stage of estimation in the "Iteration History" table. By default, only the iteration history for the second stage is displayed.
-
MAXFIRST=n
-
specifies the maximum number of starting value sets to generate in the first stage.
This option is effective only if the number of starting sets that converge in the first stage is less than the number that you specify in the NSECOND= option. The procedure generates more starting sets than the number that you specify in the NFIRST= option if the number of starting value sets that converge in the first stage is less than the value of the NSECOND= option.
The procedure generates no more than n sets, where n must be greater than or equal to the values that you specify in the NFIRST= and NSECOND= options.
The default value of the MAXFIRST= option depends on the values of the NFIRST= and NSECOND= options. If you specify NFIRST=n1, the default is 2
n1. If you specify NSECOND=n2 but do not specify a value for the NFIRST= option, the default is 20
n2. If you do not specify either the NFIRST= or NSECOND= option, then by default MAXFIRST=200.
-
NFIRST=n1
-
specifies the number of starting value sets to generate for the first stage of analysis. The procedure generates at least n1 starting sets to obtain n2 starting sets that converge according to the criterion that you specify in the RANDGCONV= option.
When you specify this option, the procedure generates no fewer than n1 starting sets, where n1 must be greater than or equal to the value of the NSECOND= option and less than or equal to the value of the MAXFIRST= option.
The default value depends on the values of the NSECOND= and MAXFIRST= options. If you specify MAXFIRST=n, the default value is n/2. If you specify NSECOND=n2 but do not specify the MAXFIRST= option, the default value is 10
n2. If you do not specify either the NSECOND= or MAXFIRST= option, then by default NFIRST=100.
-
NSECOND=n2
-
specifies the number of starting sets to carry forward into the second stage of optimization. These starting sets achieve convergence in the first stage by meeting the convergence criterion that you specify in the RANDGCONV= option. In the second stage, these starting sets continue to be optimized under a stricter convergence criterion that you specify in the PROC FMM statement. At the end of this second stage, the starting set that has the best log likelihood is the set of maximum likelihood estimates that PROC FMM uses to produce all remaining tables and output.
The value of n2 must be less than or equal to the values that you specify in the NFIRST= and MAXFIRST= options.
The default value depends on the values of the NFIRST= and MAXFIRST= options. If you specify NFIRST=n1, the default is n1/10. If you do not specify a value for the NFIRST= option but you do specify MAXFIRST=n, the default is n/20. If you do not specify either the NFIRST= or MAXFIRST= option, then by default NSECOND=10.
-
RANDGCONV=r1
-
specifies the convergence criterion to use in the first stage of optimization. This option is defined similarly to the GCONV= option in the PROC FMM statement, but it is used only in the first stage of the two-stage random starting method. The value of r1 must be greater than zero and greater than the value of the GCONV= option.
Each starting set in the first stage undergoes iterative optimization until it converges according to the criterion r1. If you do not specify the GCONV= option in the PROC FMM statement, then by default RANDGCONV=1E–2. If you specify GCONV=r and the value of r is between 0 and 1, the default RANDGCONV= value is the square root of r. If you specify GCONV=r and the value of r is greater than or equal to 1, then by default RANDGCONV=2r.
-
specifies the standard deviation for the random draw process that generates the starting sets. The value of s must be greater than or equal to 1E–1.
The random drawing process centers on the default starting values or the values that you specify in the PARAMETERS option of the MODEL or PROBMODEL statement.
In the random drawing, scale parameters are drawn from a lognormal distribution whose standard deviation is equal to s. Mean parameters are drawn from a normal distribution whose standard deviation is equal to s.
By default, STD=2.