Auxiliary function for TML1.noncensored
. Typically only used
internally by TML1.noncensored
, but may be used to construct a control argument.
This function provides default values.
TML1.noncensored.control.S(tlo = 1e-04, mxf = 50, mxs = 50, ntm = 50,
tls = 1e-06, h = 100)
List containing the desired values for each of the control parameters, plus the value Beta0 of \(\beta\).
Relative tolerance in the iterative algorithms.
Maximum number of iterations in computing the location estimate.
Maximum number of iterations in computing the scale estimate.
Parameter used in iteration monitoring. When the number of iterations is a multiple of ntm, the current parameter values are printed.
Tolerance for denominators. If a scale estimate is less than tls, the scale estimate is set equal to tls.
The number of subdivisions of the interval (min(yi), max(yi)) used is the computation of the estimate \(\lambda^(0)\).