bfsl_control: Controls the Iterations in the bfsl Algorithm

View source: R/bfsl.R

bfsl_controlR Documentation

Controls the Iterations in the bfsl Algorithm

Description

bfsl_control allows the user to set some characteristics of the bfsl best-fit straight line algorithm.

Usage

bfsl_control(tol = 1e-10, maxit = 100)

Arguments

tol

A positive numeric value specifying the tolerance level for the convergence criterion

maxit

A positive integer specifying the maximum number of iterations allowed.

Value

A list with two components named as the arguments.

See Also

bfsl

Examples

bfsl_control(tol = 1e-8, maxit = 1000)


pasturm/bfsl documentation built on Aug. 29, 2022, 3:13 p.m.