f0.control {gldrm} | R Documentation |
Control arguments for f0 update algorithm
Description
This function returns control arguments for the f_0
update algorithm.
Each argument has a default value, which will be used unless a different
value is provided by the user.
Usage
f0.control(eps = 1e-10, maxiter = 1000, maxhalf = 20, maxlogstep = 2)
Arguments
eps |
Convergence threshold. The update has converged when the relative
change in log-likelihood between iterations is less than |
maxiter |
Maximum number of iterations allowed. |
maxhalf |
Maximum number of half steps allowed per iteration if log-likelihood does not improve between iterations. |
maxlogstep |
Maximum optimization step size allowed on the
|
Value
Object of S3 class "f0Control", which is a list of control arguments.
[Package gldrm version 1.6 Index]