circfit_control {circmax}R Documentation

Auxiliary Function for Controlling Circular Regression Tree Fitting,

Description

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

Usage

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


[Package circmax version 0.1 Index]