changepointsVar (version 0.1.0)

fit.control: 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)

Value

A list with the arguments as components to be used by 'jumpointsVar'.

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 FALSE which implies automatic changepoint selection.

Author

Gianluca Sottile Maintainer: Gianluca Sottile <gianluca.sottile@unipa.it>

See Also

jumpointsVar