check.bounds | R Documentation |
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 parameters are close to the bound, else FALSE
Dave Miller; Jeff Laake
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.