search for: init2

Displaying 9 results from an estimated 9 matches for "init2".

Did you mean: init
2004 May 02
1
arima problems when using argument fixed=
...include.mean=FALSE, init=init1, fixed=fixed1) Call: arima(x = x, order = c(1, 0, 0), xreg = t, include.mean = FALSE, fixed = fixed1, init = init1) Coefficients: ar1 t 0.9281 0 s.e. 0.0357 0 sigma^2 estimated as 0.9186: log likelihood = -138.64, aic = 281.28 > > init2 <- init1 > init2[2] <- 0 > > fixed2 <- init1 > fixed2[1] <- as.numeric(NA) > > arima(x, order=c(1,0,0), xreg=t, include.mean=FALSE, init=init2, fixed=fixed2) Call: arima(x = x, order = c(1, 0, 0), xreg = t, include.mean = FALSE, fixed = fixed2, init = init2)...
2012 Feb 02
0
[LLVMdev] How to improve code generated for 'getelementptr' ?
...tructions with register index, so that it is more efficient to convert Init1 to incrementing a pointer instead of recomputing the address of 'data[i]' every time ? The sample C-code looks like : --- void Init1(int* data) { int i=0; for (i=0; i<100; ++i) { data[i]=1; } } void Init2(int* p, int* e) { while (p!=e) { *p++=4; } } --- This produces following assembly code for -O3 (see below). NOTE: a branch instruction has a delay slot For Init1, the loop body consists of 8 instructions. For Init2, it consists of 5 instructions which is already much better (The optimal w...
2009 Feb 24
0
[LLVMdev] Broke my tail (call)
On 2009-02-24 12:35, Jon Harrop wrote: > On Tuesday 24 February 2009 00:16:37 Dan Gohman wrote: > >> On Feb 23, 2009, at 5:59 AM, Anton Korobeynikov wrote: >> >>> This is not true in general and highly target- and CC- dependent. For >>> example, you can ran out of registers and then your struct can be >>> passed >>> partly in registers
2009 Feb 24
3
[LLVMdev] Broke my tail (call)
On Tuesday 24 February 2009 00:16:37 Dan Gohman wrote: > On Feb 23, 2009, at 5:59 AM, Anton Korobeynikov wrote: > > This is not true in general and highly target- and CC- dependent. For > > example, you can ran out of registers and then your struct can be > > passed > > partly in registers and partly on stack. And depending on the stack > > frame size of the callee
2010 Apr 15
1
Using Rails.Logger in a gem in Rails 3beta3
Hi fellows! I want to use the Rails.logger in my gem. I try the following code in my main gem-file. require ''rails/logger'' puts "init1" ::Rails.logger.info("hi") puts "init2" The funny thing is: It even don''t give me the output of puts in the stdout of the server! But if I remove the call to Rails.logger the puts are displayed in the stdout of the server again. But in both cases nothing is written in the development.log Greetings from Germany, Klaus...
2011 Apr 19
0
Error message in package:bayesSurv. Why?
...random2=~1, onlyX=FALSE, dir="chaindir.childmdd", nsimul=nsimul.childmdd, prior=prior.gspl.child, prior2=prior.gspl.mdd, prior.beta=prior.beta.child, prior.beta2=prior.beta.mdd, prior.b=prior.b.child, prior.b2=prior.b.mdd, init=init.child, init2=init.mdd, store=list(a=TRUE, a2=TRUE, a.b=TRUE, a.b2=TRUE), data=dataset3long) This seems to run quite happily (the +.01 is needed to avoid zeros) However, the code to obtain the predictions pred.mdd <- list() for (k in 1:4){ ## loop over children cat("Performing C...
2007 Mar 27
0
[ANNOUNCE] xf86-video-ati-6.6.191
...er to 6.6.99 in preparation for a 6.7 branch at some stage always turn on DAC for scanning the CRT connect. radeon: set preferred modes radeon: separate static controller setup from non-static add initial controller binding, remove uses of mergedfb test add radeon Init2 function, to abstract some mergedfb mode setting radeon: abstract init display bandwidth from mergedfb move HasCRTC2 to pRADEONEnt from info make CRTCs malloc'ed rather than part of Ent radeon: dynamically allocate connectors move crtc to connector mapping to...
2006 Aug 08
1
GSM back door to shell with Centos and Palm handhelds
...ffile. ttyACM0Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" [root at spoolbox crash]# l newconffile -rw-r----- 1 root root 232 jul 30 18:11 newconffile [root at spoolbox crash]# cat newconffile [Dialer Defaults] Modem = /dev/ttyACM0 Baud = 460800 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 ISDN = 0 Modem Type = USB Modem ; Phone = Target Phone Number> ; Username = Your Login Name> ; Password = Your Password> With this information, i updated the init sequence in 'minicom' parameters: [root at spoolbox crash]# LANG=C; minic...
2007 Aug 23
0
[ANNOUNCE] xf86-video-ati 6.7.191
...number to 6.6.99 in preparation for a 6.7 branch at some stage always turn on DAC for scanning the CRT connect. radeon: set preferred modes radeon: separate static controller setup from non-static add initial controller binding, remove uses of mergedfb test add radeon Init2 function, to abstract some mergedfb mode setting radeon: abstract init display bandwidth from mergedfb move HasCRTC2 to pRADEONEnt from info make CRTCs malloc'ed rather than part of Ent radeon: dynamically allocate connectors move crtc to connector mapping to a con...