fit.control: Auxiliary function for controlling model fitting

Description Usage Arguments Value Author(s) See Also

View source: R/jumpointsVar.R

Description

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

Usage

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

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

jumpointsVar


changepointsVar documentation built on May 2, 2019, 4:05 p.m.