search for: notlog

Displaying 2 results from an estimated 2 matches for "notlog".

Did you mean: nolog
2007 Mar 06
1
optim(), nlminb() and starting values
...ptim" obtains different results... I use the "L-BFGS-B" method setting the lower values as 1e-06, because my parameters must be strictly positive. Also tried a log() transformation to ensure that my parameters are positive. Don't know if this is useful in this case... (also with notLog and notExp functions of mgcv package) the function nlminb( ) also have the same problems. ¿Is there any thing I'm not considering? I mean other methods instead of "L-BFGS-B"? How can I do to take a strategy to begin with "good" starting values? Thanks in advance Dae-J...
2012 Aug 23
1
GotoIf redirection to label not working correctly
...> internal, and run through the [internal] context as follows: [internal] exten => _3XX,1,NoOp() same => n,Set(E=${EXTEN}) same => n,Set(${E}_VMCONTEXT=${HOTDESK_INFO(vmcontext,${E})}) same => n,Set(USER_LOCATION=${HOTDESK_USER_STATUS(${E})}) same => n,GotoIf($[${ODBCROWS} < 1]?notloggedin) same => n,Dial(SIP/${USER_LOCATION},20,wWU(blf-begincall^${E}^INUSE)b(blf-begincall^s^1(${E}^RINGING))) same => n,Voicemail(${E}@${${E}_VMCONTEXT},b) same => n,Hangup() same => n(notloggedin),Set(LOGGED_OFF=1) same => n,Voicemail(${E}@${${E}_VMCONTEXT},u) same => n,Hangup()...