Last data update: 2014.03.03

R: Auxiliary function for controlling model fitting
fit.controlR 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 FALSE which implies automatic changepoint selection.

Value

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

Author(s)

Vito M. R. Muggeo

See Also

jumpoints

Results