Home
last modified time | relevance | path

Searched defs:nlminb (Results 1 – 6 of 6) sorted by relevance

/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dnlminb.R70 function(start, objective, gradient = NULL, hessian = NULL, ...,
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dnlminb.R70 function(start, objective, gradient = NULL, hessian = NULL, ...,
/dports/finance/R-cran-fGarch/fGarch/R/
H A Dgarch-FitInternal.R44 algorithm = c("sqp", "nlminb", "lbfgsb", "nlminb+nm", "lbfgsb+nm"),
/dports/finance/R-cran-gmm/gmm/R/
H A Dategel.R6 optfct = c("optim", "nlminb"),
H A Dgmm.R16 …"ols", approx="AR(1)",tol = 1e-7, itermax=100,optfct=c("optim","optimize","nlminb", "constrOptim"),
H A Dgel.R369 optfct = c("optim", "optimize", "nlminb"),