search for: d22

Displaying 20 results from an estimated 43 matches for "d22".

Did you mean: d2
2006 Jul 12
4
Keep value lables with data frame manipulation
...data.frame, however, in this new data.frame the value labels are lost. Example of what I do in code: # read raw data from spss rawdata <- read.spss("./data/T50937.SAV", use.value.labels=FALSE,to.data.frame=TRUE) # select the observations that we need diarydata <- rawdata[rawdata$D22==2 | rawdata$D22==3 | rawdata$D22==17 | rawdata$D22==18 | rawdata$D22==20 | rawdata$D22==22 | rawdata$D22==24 | rawdata$D22==33,] The result is that rawdata$D22 has value labels and that diarydata$D22 is numeric without value labels. Question: How can I prevent this from happening? Thanks in...
2004 Jul 03
2
DSTEIN error (PR#7047)
...4 p <- 1 f <- 2; k <- 2 lms.bcn.univar <- function(y, B, p, f, k, lambda.0, mu.0, sigma.0){ n <- length(y) D11 <- matrix(1, nrow = p, ncol = n) D1 <- rbind(cbind(D11, matrix(0, nrow = p, ncol = f)), cbind(matrix(0, nrow = f, ncol = n), diag(f))) D22 <- rbind(rep(1:0,n), rep(0:1,n)) x1 <- t(D22)[,1] x2 <- t(D22)[,2] D2 <- rbind(cbind(diag(n), matrix(0, nrow = n, ncol = 2*n)), cbind(matrix(0, nrow = f, ncol = n), D22)) R <- matrix(0, nrow = n, ncol = k * n) Ra <- diag(n + n*k)...
1999 Dec 11
1
Problems with recursive MPUT
...ctory tree to a Windows NT 4.0 box. I'm using the recurse command and can create first level directories but I am unable to create new subdirectories in any of them. For example I created the following directory structure on the Sun: 1 % ls -R .: d1/ d2/ ./d1: f11 f12 ./d2: d21/ d22/ f21 f22 ./d2/d21: d211/ f211 f212 ./d2/d21/d211: f2111 f2112 ./d2/d22: When I copy this to the NT box directories d1 and d2 are created OK but it appears that samba is attempting to create the subdirectories with / instead of \ in the athname. This is the output when I run smbcli...
2015 Sep 11
2
[RFC PATCH 0/2] virtio nvme
...tio-nvme to kernel and qemu, > >> > basically modified from virtio-blk and nvme code. > >> > > >> > As title said, request for your comments. > >> > > >> > Play it in Qemu with: > >> > -drive file=disk.img,format=raw,if=none,id=D22 \ > >> > -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 > >> > > >> > The goal is to have a full NVMe stack from VM guest(virtio-nvme) > >> > to host(vhost_nvme) to LIO NVMe-over-fabrics target. > >> > >> Why is a virtio-...
2015 Sep 11
2
[RFC PATCH 0/2] virtio nvme
...tio-nvme to kernel and qemu, > >> > basically modified from virtio-blk and nvme code. > >> > > >> > As title said, request for your comments. > >> > > >> > Play it in Qemu with: > >> > -drive file=disk.img,format=raw,if=none,id=D22 \ > >> > -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 > >> > > >> > The goal is to have a full NVMe stack from VM guest(virtio-nvme) > >> > to host(vhost_nvme) to LIO NVMe-over-fabrics target. > >> > >> Why is a virtio-...
2013 May 21
0
[PATCH] 02-
....s16 q8, d11, d4[3];\n" + "vmlal.s16 q9, d12, d4[3];\n" + "vmlal.s16 q10, d13, d4[3];\n" + + /* Prepare samples for n-3 sample processing */ + "vext.16 q5, q5, q6, #1;\n" + "vext.16 d12, d12, d13, #1\n" + "vext.16 d22, d13, d3, #1\n" //We use d22 because we need to access d3 by group + + "vmlal.s16 q7, d10, d4[2];\n" + "vmlal.s16 q8, d11, d4[2];\n" + "vmlal.s16 q9, d12, d4[2];\n" + "vmlal.s16 q10, d22, d4[2];\n" + + /* Prepare samples fo...
2011 Sep 01
0
[PATCH 3/5] resample: Add NEON optimized inner_product_single for fixed point
...d1.16 {d20}, [%[a]]!\n" + " subs %[remainder], %[remainder], #4\n" + " vmull.s16 q0, d16, d20\n" + " beq 5f\n" + " b 4f\n" + "1:" + " vld1.16 {d16, d17, d18, d19}, [%[b]]!\n" + " vld1.16 {d20, d21, d22, d23}, [%[a]]!\n" + " subs %[len], %[len], #16\n" + " vmull.s16 q0, d16, d20\n" + " vmlal.s16 q0, d17, d21\n" + " vmlal.s16 q0, d18, d22\n" + " vmlal.s16 q0, d19, d23\n" + " beq 3f\n" + "2:" + &...
2008 May 15
2
xen smp acpi failed
In hvm enviroment, acpi failed. why? centos5.1 =================================================== [root@hvm001 ~]# xm dmesg __ __ _____ _ ____ ___ ____ _ ____ \ \/ /___ _ __ |___ / / | |___ \ / _ \___ \ ___| | ___| \ // _ \ \047_ \ |_ \ | | __) |_| (_) |__) | / _ \ |___ \ / \ __/ | | | ___) || |_ / __/|__\__, / __/ | __/ |___) | /_/\_\___|_| |_| |____(_)_(_)_____| /_/_____(_)___|_|____/
2013 May 21
2
[PATCH] 02-Add CELT filter optimizations
....s16 q8, d11, d4[3];\n" + "vmlal.s16 q9, d12, d4[3];\n" + "vmlal.s16 q10, d13, d4[3];\n" + + /* Prepare samples for n-3 sample processing */ + "vext.16 q5, q5, q6, #1;\n" + "vext.16 d12, d12, d13, #1\n" + "vext.16 d22, d13, d3, #1\n" //We use d22 because we need to access d3 by group + + "vmlal.s16 q7, d10, d4[2];\n" + "vmlal.s16 q8, d11, d4[2];\n" + "vmlal.s16 q9, d12, d4[2];\n" + "vmlal.s16 q10, d22, d4[2];\n" + + /* Prepare samples fo...
2015 Sep 10
5
[RFC PATCH 0/2] virtio nvme
...nel.org> wrote: > > These 2 patches added virtio-nvme to kernel and qemu, > > basically modified from virtio-blk and nvme code. > > > > As title said, request for your comments. > > > > Play it in Qemu with: > > -drive file=disk.img,format=raw,if=none,id=D22 \ > > -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 > > > > The goal is to have a full NVMe stack from VM guest(virtio-nvme) > > to host(vhost_nvme) to LIO NVMe-over-fabrics target. > > Why is a virtio-nvme guest device needed? I guess there must either...
2015 Sep 10
5
[RFC PATCH 0/2] virtio nvme
...nel.org> wrote: > > These 2 patches added virtio-nvme to kernel and qemu, > > basically modified from virtio-blk and nvme code. > > > > As title said, request for your comments. > > > > Play it in Qemu with: > > -drive file=disk.img,format=raw,if=none,id=D22 \ > > -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 > > > > The goal is to have a full NVMe stack from VM guest(virtio-nvme) > > to host(vhost_nvme) to LIO NVMe-over-fabrics target. > > Why is a virtio-nvme guest device needed? I guess there must either...
2012 Aug 31
3
fitting lognormal censored data
...-mu)*((1/sqrt(2*pi))* exp(-((log(tcen)-mu)^2)/2*s^2))/(s^2*(1-plnorm(tcen,mu,s))))} ############### Total Function ######################## F=function(par){ F=matrix(0,nrow=2) F[1]=F1(par) F[2]=F2(par) F } ################ the Jacobian matrix, a 2 x 2 matrix ############### d11=d12=d21=d22=array() J=function(par){ j=matrix(0,ncol=2,nrow=2) # The format of J is 2 by 2# d11=0; d12=0; d21=0;d22=0 ######################## second Derivative for mu ########## d11 = function(par){ mu=par[1] s=par[2] sum(-1/s^2)-sum((1/s^2)* (((1/sqrt(2*pi))*exp(-((log(tcen)-mu)^2)/2*s^2))/s*((1-plnorm(tcen,...
2012 Aug 29
2
Estimation parameters of lognormal censored data
Hi, I am trying to get the maximum likelihood estimator for lognormal distribution with censored data;when we have left, interval and right censord. I built my code in R, by writing the deriving of log likelihood function and using newton raphson method but my estimators were too high " overestimation", where the values exceed the 1000 in some runing of my code. is there any one can
2011 Sep 01
6
[PATCH 0/5] ARM NEON optimization for samplerate converter
From: Jyri Sarha <jsarha at ti.com> I optimized Speex resampler for NEON capable ARM CPUs. The first patch should speed up resampling on any platform that can spare the increased memory usage. It would be nice to have these merged to the master branch. Please let me know if there is anything I can do to help the the merge. The patches have been rebased on top of master branch in
2015 Sep 10
0
[RFC PATCH 0/2] virtio nvme
...t 6:48 AM, Ming Lin <mlin at kernel.org> wrote: > These 2 patches added virtio-nvme to kernel and qemu, > basically modified from virtio-blk and nvme code. > > As title said, request for your comments. > > Play it in Qemu with: > -drive file=disk.img,format=raw,if=none,id=D22 \ > -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 > > The goal is to have a full NVMe stack from VM guest(virtio-nvme) > to host(vhost_nvme) to LIO NVMe-over-fabrics target. Why is a virtio-nvme guest device needed? I guess there must either be NVMe-only features that you...
2015 Sep 11
0
[RFC PATCH 0/2] virtio nvme
...> These 2 patches added virtio-nvme to kernel and qemu, >> > basically modified from virtio-blk and nvme code. >> > >> > As title said, request for your comments. >> > >> > Play it in Qemu with: >> > -drive file=disk.img,format=raw,if=none,id=D22 \ >> > -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 >> > >> > The goal is to have a full NVMe stack from VM guest(virtio-nvme) >> > to host(vhost_nvme) to LIO NVMe-over-fabrics target. >> >> Why is a virtio-nvme guest device needed? I g...
2015 Sep 11
0
[RFC PATCH 0/2] virtio nvme
...emu, >> >> > basically modified from virtio-blk and nvme code. >> >> > >> >> > As title said, request for your comments. >> >> > >> >> > Play it in Qemu with: >> >> > -drive file=disk.img,format=raw,if=none,id=D22 \ >> >> > -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 >> >> > >> >> > The goal is to have a full NVMe stack from VM guest(virtio-nvme) >> >> > to host(vhost_nvme) to LIO NVMe-over-fabrics target. >> >> >> &...
2009 Dec 20
0
xen domu not starting
...0 13:18:12 kr kernel: ADDRCONF(NETDEV_CHANGE): vif25.0: link becomes ready Dec 20 13:18:12 kr kernel: xenbr0: topology change detected, propagating Dec 20 13:18:12 kr kernel: xenbr0: port 5(vif25.0) entering forwarding state xm dmesg reports nothing unusual except these at the end: (XEN) mm.c:649:d22 Error getting mfn 3b6 (pfn 55555555) from L1 entry 00000000003b6025 for dom22 (XEN) mm.c:3341:d22 ptwr_emulate: fixing up invalid PAE PTE 00000000003b6025 But I've no idea when those messages have been created. I've disabled selinux in dom0. Other domUs are running fine, although I haven...
2014 Jan 14
2
Duda Regresión Multiple
...loRTUN2<-lm(AVE.~ Tariff + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9+ d10 + d11+ d12+ d13+ d14+ d15+ d16+ d17+ d18+ d19+ d20 +d21 + Tariff*d1 + Tariff*d2 + Tariff*d10)* *summary(modeloRTUN2)* Siendo: AVE. = Variable dependiente (explicada) Tariff = Variable dependiente (explicativa) d1.....d22= los diferentes productos (dimensión producto: para comprobar si el tipo producto tiene efecto sobre AVE.) Tariff * d1 = efecto fijo del producto y tariff En resumen me gustaría comprobar si existe trade off entre las dos variables NTM y Tariff y conocer que productos son significativos (conocer q...
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
...suffix2) d12 = mytwo(prefix2, roots2, suffix3) d13 = myone(prefix, roots) d14 = myone(prefix2, roots) d15 = myone(prefix, roots2) d16 = myone(prefix2, roots2) d17 = myone(roots, suffix) d18 = myone(roots, suffix2) d19 = myone(roots, suffix3) d20 = myone(roots2, suffix) d21 = myone(roots2, suffix2) d22 = myone(roots2, suffix3) d23 = myone(state, roots) d24 = myone(city, roots) d25 = myone(cityst, roots) d26 = myone(inscompany, roots) d27 = myone(state, roots2) d28 = myone(city, roots2) d29 = myone(cityst, roots2) d30 = myone(inscompany, roots2) d31 = mytwo(state, roots, suffix) d32 = mytwo(city,...