get.options.newton | R Documentation |
Use this function to get optimization options in estim.bin or search.bin functions.
get.options.newton(
maxIterations = 100,
functionTol = 1e-04,
gradientTol = 0,
useLineSearch = TRUE
)
maxIterations |
An integer representing the maximum number of iterations. |
functionTol |
A small value used to test the convergence of the objective function. |
gradientTol |
A small value used to test the convergence of the gradient. |
useLineSearch |
If |
A list with the given options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.