fit.control {changepointsVar} | R Documentation |
Auxiliary function for controlling model fitting
Description
Auxiliary function as user interface for model fitting. Typically only used when calling 'jumpointsVar'
Usage
fit.control(toll=0.001, it.max=10, last=TRUE, scale.res=FALSE,
maxit.glm=30, h=1, stop.if.error=FALSE)
Arguments
toll |
positive convergence tolerance. |
it.max |
integer giving the maximal number of iterations. |
last |
Currently ignored. |
scale.res |
logical indicating if the residuals have to be scaled. |
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 'jumpointsVar'.
Author(s)
Gianluca Sottile Maintainer: Gianluca Sottile <gianluca.sottile@unipa.it>
See Also
[Package changepointsVar version 0.1.1 Index]