Displaying 1 result from an estimated 1 matches for "iobjfun".
Did you mean:
objfun
2012 Jun 15
0
Syntax for nls optimization function
...ion, method = c("L-BFGS-B"), lower =
parMin, upper = parMax,
control=list(trace=3,factr=iFactr,maxit=300),
parOpt=parOpt,parVal=parVal,objFun=iObjFun,dset=dHM1,whatPDM=whatPDMi)
Here "myFunction" is a function that provides the value of the sum of
squared error that is computed after a lot of computations. There are other
parameters and data (through a dataframe dHM1) that are supplied to
"myFunction" as given in last line o...