fit.control: Auxiliary function for controlling model fitting

Description Usage Arguments Value Author(s) See Also

Description

Auxiliary function as user interface for model fitting. Typically only used when calling 'jumpoints'

Usage

1
2
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


cumSeg documentation built on July 17, 2020, 5:07 p.m.