Description Usage Arguments Value
Control parameters for the sOG algorithm
1 2 | control_sOG(maxiter = 2000, tol = .Machine$double.eps^0.25,
lim_std = 60, lim_max = 500, lim_step = 5)
|
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. |
The function returns a list having the same entries provided as argument. Missing arguments are filled with default values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.