Check parameters bounds during optimisations
Simple internal function to check that the optimisation didn't hit bounds. Based on code that used to live in detfct.fit.opt.
check.bounds(lt, lowerbounds, upperbounds, ddfobj, showit, setlower, setupper)
lt |
optimisation object |
lowerbounds |
current lower bounds |
upperbounds |
current upper bounds |
ddfobj |
ddf object |
showit |
debug level |
setlower |
were lower bounds set by the user |
setupper |
were upper bounds set by the user |
TRUE if bounded (ie parameters close to bound), else FALSE
Dave Miller; Jeff Laake
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.