control_sOG: Control parameters for the sOG algorithm

Description Usage Arguments Value

View source: R/SOG.R

Description

Control parameters for the sOG algorithm

Usage

1
2
control_sOG(maxiter = 2000, tol = .Machine$double.eps^0.25,
  lim_std = 60, lim_max = 500, lim_step = 5)

Arguments

maxiter

An integer indicating the maximum number of iterations (within each loop). Default: 2000.

tol

A (small) positive number controlling the convergence of the algorith. The method converges when the abs difference between two consecutive iterations is smaller than this value.

lim

A list with three elements. lim_std set the default upper limit for lambda_star. If nlminb cannot find a solution in (0, lim_std), the upper bound is increased by lim_step, until a maximum of lim_max

Value

The function returns a list having the same entries provided as argument. Missing arguments are filled with default values.


emanuelealiverti/SOG documentation built on Nov. 20, 2019, 12:45 a.m.