fit.control {cumSeg} | R Documentation |
Auxiliary function for controlling model fitting
Description
Auxiliary function as user interface for model fitting. Typically only used when calling 'jumpoints'
Usage
fit.control(toll = 0.001, it.max = 5, display = FALSE, last = TRUE,
maxit.glm = 25, h = 1, stop.if.error = FALSE)
Arguments
toll |
positive convergence tolerance. |
it.max |
integer giving the maximal number of iterations. |
display |
logical indicating if the value of the objective function should be printed at each iteration. |
last |
Currently ignored. |
maxit.glm |
Currently ignored. |
h |
Currently ignored. |
stop.if.error |
logical indicating if the algorithm should stop when one or more estimated changepoints
do not assume admissible values. Default is |
Value
A list with the arguments as components to be used by 'jumpoints'.
Author(s)
Vito M. R. Muggeo
See Also
[Package cumSeg version 1.3 Index]