cppOptimize {glmBfp} | R Documentation |
Interface to the internal C++ optimization routine "optimize"
cppOptimize(f_, min.x, max.x, prec = .Machine$double.eps^0.25)
f_ |
the function |
min.x |
minimum bound on x |
max.x |
maximum bound on x |
prec |
precision (same default as for the original optimize function) |
A list with the following elements:
the minimum abscissa found by the algorithm
the inverse Hessian at par
list of the function evaluation pairs: args
and
vals
Daniel Sabanes Bove daniel.sabanesbove@ifspm.uzh.ch