search for: init1

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

Did you mean: init
2004 May 02
1
arima problems when using argument fixed=
As I am reading ?arima, only NA entries in the argument fixed= imports. The following seems to indicate otherwise: x <- arima.sim(model=list(ar=0.8), n=100) + (1:100)/50 > t <- 1:100 > mod1 <- lm(x ~ t) > > init1 <- c(0, coef(mod1)[2]) > fixed1 <- c(as.numeric(NA), 0) > > arima(x, order=c(1,0,0), xreg=t, 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...
2012 Feb 02
0
[LLVMdev] How to improve code generated for 'getelementptr' ?
...all loops, the code that is produced depends heavily on how the loop is specified: The less information we provide to clang, the better the loop code becomes... Any idea how I can learn llvm that we don't have load/store instructions 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 produce...
2008 Mar 14
0
Sola 305 with INT-0051 cable
...nection was okay, I hunted around on the net and found the following document: http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/rmitchell/smeserver/howto/powstatd HOWTO for sme server.htm It indicates that the settings to use when connected via a INT-0025C are: init0 dsr init0 rng init0 dtr init1 rts fail cts,0 low dcd,0 kill dtr,1 This seems to agree with the definition of type 7 in genericups.h: /* Type 7 */ { "CyberPower", "Power99", "CyberPower Power99", TIOCM_RTS, /* cable power: RTS */ TIOCM_CTS, TIOCM_CTS, /* online: CTS on */ TIOCM_CD,...
2011 Mar 17
0
Gelman-Rubin convergence diagnostics via coda package
...= 12 n = c(63, 33, 18, 16, 36, 3, 33, 101, 64, 30, 10, 36) z1 = c(33, 8, 14, 4, 2, 8, 24, 76, 35, 14, 6, 22) z2 = c(37, 8, 16, 6, 3, 10, 28, 91, 56, 17, 8, 28) type = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1) init0 = list(a0 = 0.0, a1 = 0.0, .RNG.seed = 1234, .RNG.name = "base::Super-Duper") init1 = list(a0 = 1.0, a1 = 1.0, .RNG.seed = 1234, .RNG.name = "base::Super-Duper") jags <- jags.model('model3.bug', data = list('N' = N, 'n' = n, 'z1' = z1,...
2013 Apr 16
1
[LLVMdev] Instruction does not dominate all uses
...;m inserting a function call of external function with the following type profile(int,int,int,void*,void*,...) I'm trying to pass the dereferenced pointer's memory address and the address of the location who are in alias set of the pointer. For this i'm using BitCastInst BitCastInst *init1= new BitCastInst(arg1,PointerType::getInt8PtrTy(Context),"bitcast",li2); But every time i have a dereferenced pointer inside a for loop I get an Instruction does not dominate all uses error. Instruction does not dominate all uses! %9 = load i32** %x2, align 4 %bitcast6 = bitcast i32*...
2005 Aug 11
1
Problem connecting a USB modem.
...ing: ATQ0 Aug 11 17:50:11 c4 wvdial[3034]: Re-Sending: ATZ Aug 11 17:50:16 c4 wvdial[3034]: Modem not responding. Aug 11 17:50:16 c4 pppd[3019]: Connect script failed Aug 11 17:50:17 c4 pppd[3019]: Exit. /etc/wvdial.conf [Modem0] Modem = /dev/ttyACM0 Baud = 57600 SetVolume = 0 Dial Command = ATDT Init1 = ATZ Init3 = ATM0 FlowControl = Hardware (CRTSCTS) [Dialer mymodem] Username = XXXXXXXXX Password = xxxx Phone = XXXXX Stupid Mode = 1 Inherits = Modem0 ----------------------------------------- Fedora Core 1: /var/log/messages --> Aug 11 09:54:58 c1 kernel: usb.c: USB device not accepting n...
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 wri...
2011 Mar 31
0
reliance netconnect as on a Linux system ( centos5.5 ) Modem not responding.
...eneric converter now attached to ttyUSB0 usbcore: registered new driver usbserial_generic drivers/usb/serial/usb-serial.c: USB Serial Driver core i edit the vi /etc/wvdial.conf with the following content [Dialer Defaults] Modem = /dev/ttyUSB0 Baud = 57600 Setvolume = 0 Dial-AT-OK ATDT Command = Init1 = ZTE FlowControl = Hardware (CRTSCTS) Phone = #777 Username = 7228412233 Password = 7228412233 New PPPD = yes Carrier Check = no Stupid Mode = yes wen i try to detect the modem it gives me a failure wvdialconf /etc/wvdial.conf ::::::: Scanning your serial ports for a modem. ttyS0<*1>: A...
2006 Aug 08
1
GSM back door to shell with Centos and Palm handhelds
...en to newconffile. 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]# L...