search for: liddl

Displaying 6 results from an estimated 6 matches for "liddl".

Did you mean: libdl
2001 Aug 13
3
How do I make windows open maximised?
...ber of forms that are intended to be displayed full screen. The forms have the Delphi property WindowState set to wsMaximised. Under Windows they open maximised. Under Wine they open at their design size. Can anybody give me any clues as to what I should be looking at to fix this? -- Martin Liddle, Tynemouth Computer Services, 27 Garforth Close, Cramlington, Northumberland, England, NE23 6EW. Phone: 01670-712624. Fax: 01670-717324. Web site: <http://www.tynecomp.co.uk>.
2007 Apr 06
0
Likelihood returning inf values to optim(L-BFGS-B) other
...4D this will be tough. Here is a useful reference that helped me recently with a similar maximization problem: "Computational Statistics" by Geof H. Givens and Jennifer A. Hoeting They have R-code examples here: http://www.stat.colostate.edu/computationalstatistics/ Good luck! Joe Liddle University of Alaska Southeast
2006 Jul 30
0
re 11. uniroot and function opposite signs warning
...finish" where F is + and - on either side of the loop. Graphing F might help. step<-10 checkme<-F(start)*F(finish+step) while(checkme>0){ initialstep<-initialstep*2 checkme<-F(start)*F(finish+step) } answer<-uniroot(F,low=start,up=finish+step,maxiter=100)$root Enjoy Joe Liddle tfjbl at uas.alaska.edu -------------- next part -------------- An embedded message was scrubbed... From: r-help-request at stat.math.ethz.ch Subject: R-help Digest, Vol 41, Issue 30 Date: Sun, 30 Jul 2006 12:00:03 +0200 Size: 45962 Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060730/f...
2009 Jul 21
0
Specifying initial values for arima.sim
...1] 1.014863 Clearly these series are starting from different initial values. For the ARIMA(1,0,0) only one value need be specified, but how do I do that. I've been unable to find how to do this from mailing lists or the web. I would be grateful for any insights people may have Thanks Jack Liddle Juelich Forschungszentrum
2009 Jul 23
1
odd behaviour with AGI and dial agent
Hi, I have come across an odd problem. Basically I am transferring a call to an agent. The agent is logged in and set as paused. In order to find which agent to call I am using a fastagi script to just set a variable. When it falls through the agi script and dials the agent (using the variable) it doesn't connect the call properly to the agent. I get the beep but no audio (along with
2007 Mar 19
8
Printing with delphi
I have a application in delphi 7, but i don?t printing, how do I can print in wine with application delphi ? Thanks