fit.control {cumSeg} | R Documentation |
Auxiliary function as user interface for model fitting. Typically only used when calling 'jumpoints'
fit.control(toll = 0.001, it.max = 5, display = FALSE, last = TRUE,
maxit.glm = 25, h = 1, stop.if.error = FALSE)
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 |
A list with the arguments as components to be used by 'jumpoints'.
Vito M. R. Muggeo