circfit_control: Auxiliary Function for Controlling Circular Regression Tree...

Description Usage Arguments Value See Also

View source: R/circtree.R

Description

Auxiliary function for circfit fitting. Specifies a list of values passed to optim.

Usage

1
circfit_control(solve_kappa = "Newton-Fourier", useC = FALSE, ncores = 1, ...)

Arguments

solve_kappa

Which kappa solver should be used for the starting values for kappa. By default a "Newton-Fourier" is used. Alternatively, a "Uniroot" provides a safe option and "Banerjee_et_al_2005" provides a quick approximation.

useC

Should score function and solver be calculated in C?

ncores

If useC = TRUE, number of cores for parallelization with openMP.

...

additional parameters passed to optim.

Value

A list with components named as the arguments.

See Also

circfit, optim


circmax documentation built on May 2, 2019, 5:16 p.m.