search for: comapr

Displaying 15 results from an estimated 15 matches for "comapr".

Did you mean: compr
2009 Jan 08
1
fps low comapred torunning on windows
Im having a issue with games that i can play on windows fine..have very low frame rates under wine ..Games like HL2,CS Source ,,run fine on windows..but with same settings in wine its more like a slide show..I have a ATI card and have Debian lenny's fglxr drivers installed..Native linux 3d games run fine.maybe a bit slower than the windows version..but I believe that has to do with Ati drivers
2008 Sep 05
3
comparing two files
Hi there I have two object on is a vector T and the other is dataframe C. vector T has more no of rows when comapred with a dataframe Ccolumn[,2].I want to find the the missing rows in dataframe C.That is those values that are not matchig in dataframe C[,2] Kindly give me suggestion on how to go about it. Ramya -- View this message in context: http://www.nabble.com/comparing-two-files-tp19337486p19337486.h...
2007 May 02
2
[LLVMdev] LLVM-gcc scheduler
I'm a taking a compiler course and I'm supposed to implement a scheduler for the LLVM compiler and comapre its persformance to the existing one used by LLVM-gcc. I need some help understanding what is really happening in LLVM-gcc. In CodeGen/SelectionDAG/ I can see four different Schedulers, which one is used by LLVM? Can you give a hint on where/how to add a new scheduler and test it? or a hint on...
2008 Jan 13
4
For Loop performance
Hello, Newbie question and hope you can help . I have two vector V1 and V2, where length(V2) = length of (V1) * 2; length(V1) ~ 16,000. For each member in V1, I need to compare 2 element of V2 for equality i.e. for (I in 1:length (V1)) { if ( v2[i] == v1[i] & v2[i+1]==v1[i] ){ statement_1 statement_2 . } } This for-loop is too slow
2009 Oct 29
3
Removing & generating data by category
...A3 2 1 A4 1 1 A5 1 1 The desired output is id loc clm 1 A1 B1 General 6 A3 B1 General Because the data set I am working on is quite big (~ 800,000 x 20) with majority of the fields values being long strings, looping turned out to be very inefficient in comapring individual rows.. Are there any alternative efficient methods in implementing this problem? Greatly appreciate for your expertise. Steven [[alternative HTML version deleted]]
2003 Jan 16
1
help drawing kaplan-meier plot starting from 0
Dear help news reader, I'm trying to draw a Kaplan-Meier curve and would like to ask the news group for some help Supposing I have study comapring two drugs, "A", and "B" and I recorde the time to get to the clinical endpoint (Time), in my case becommming virus free. I have setup the following frame: Time c Drug 1 5 1 A 2 7 1 B 3 2 1 A 4 10 1 B 5 6 1 A 6 8 1 B "c" cont...
2003 Jul 13
1
bootstrap for hclust
...y of cluster. The result of hclust function is an hclust object which can be plot as a dendrogram. However to have confidence in the tree topology usualy bootstap is applied. I understand that I can apply bootstarp on the original data and then run hclust(dist() ) as much as I resampled but how to comapre the topologies the I don't know. Is there a bootstarp or permutation for cluster? thanks, Ron
2004 Jun 09
1
GlmmPQL
...e. What does "aproximate" wald test mean? What is the best option? 2. Random effects: If AIC is not meaningful in GlmmPQL, how do I test for the significance of the random effects? 3. I way to see if 1 single level of random effects is helpful in terms of analysing the data, would be to comapre the GlmmPQL model with a glm models without random effects, but again: what do I compare if AIC is not meaninful? and if there is something I can compare, could I test for the significance of that difference? Could someone bring light to this? Thanks, Olga Tosas
2012 Dec 14
0
No subject
BIOSs that don't support ISOLINUX, and it would be really helpful if you could tell us what the seriousness of the problem is, because we are supposed to be releasing Debian GNU/Linux 3.0 in about 3 weeks, so testing time is short. Do you know how the standard multiboot feature of mkisofs comapres to all of these? It's supposed to fail on some BIOSes, but in a way that means that you still get to boot the first image. Can we do better than that with the MEMDISK/ISOLINUX combo? While I'm asking simple questions, do you happen to know how DVDs compare on the bootability front? Ch...
2005 Jun 03
2
Simplify formula for iterative programming
Dear R-ians, I am looking for the simplification of a formula to improve the calculation speed of my program. Therefore I want to simplify the following formula: H = Si (Sj ( sqrt [ (Ai - Aj)?? + (Bi - Bj)?? ] ) ) where: A, B = two vectors (with numerical data) of length n sqrt = square root Si = summation over i (= 0 to n) Sj = summation over j (= 0 to n) Ai = element of A with index i Aj
2011 Jul 28
0
_: how to replace values in x by means in subgroups created in ...(not loops)
...by_locallyMean_x_4_0s_in_y.f__Thierry(x,y) # Let's test it for longer vector x<-1:(50*1000) y<-sample(c(0,1), length(x), replace = TRUE) # for Thierry we must start by 1 if it start by 0, y<-c(0,1,sample(c(0,1), length(x)-2, replace = TRUE) ) paste(length(x),length(y)) # let's comapre times: # slow solution with loops, my function x_by_locallyMean_x_4_0s_in_y__loop() # system.time( # x_by_locallyMean_x_4_0s_in_y__loop<- # replace_x_by_locallyMean_x_4_0s_in_y.f(x,y) # ) # _for_ x<-1:(50*1000) # # user system elapsed # 760.34...
2011 Jan 12
1
DTMF not being heard correctly by far end conference system
Hi there I have two different asterisk systems (both 1.4) whose dtmf tones are not being picked up by a particular conference system users are dialling into. I can call myself with the phones and hear the tones, but I am guessing perhaps they are too short or somehow different. I have looked and looked but can't nail down the reason. I don't believe this is a general issue, rather some
2006 May 19
37
OS for rails development: Windows vs. Mac?
Caveat: this is not a discussion about *hosting* a rails app on windows. Anyway...Macs are everywhere you look when researching rails (demo vids, tutorials, and pictures from rails training classes). I''m interested in what the pros to using a Mac for rails development are (besides textmate). Is it more of a cultural thing, a what would 37 signals do thing, is it a unix thing, or
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
...lkml.org/lkml/2012/11/27/177a - RFC V6: https://lkml.org/lkml/2012/10/30/127 - RFC V5: http://lwn.net/Articles/505388/ - RFC V4: https://lkml.org/lkml/2012/6/25/120 - RFC V2: http://lwn.net/Articles/467283/ Perf Numbers: - pktgen shows multqueue has much more ability to send/receive more packets comapred to single queue. - netperf request-reponse test shows multiqueue improves a lot in aggregate latency. - netperf stream test shows some regression especially for small packets since TCP batch less when latency is improved. 1 Pktgen test: 1.0 Test Environment: One 2.0G AMD Opteron(tm) Proces...
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
...lkml.org/lkml/2012/11/27/177a - RFC V6: https://lkml.org/lkml/2012/10/30/127 - RFC V5: http://lwn.net/Articles/505388/ - RFC V4: https://lkml.org/lkml/2012/6/25/120 - RFC V2: http://lwn.net/Articles/467283/ Perf Numbers: - pktgen shows multqueue has much more ability to send/receive more packets comapred to single queue. - netperf request-reponse test shows multiqueue improves a lot in aggregate latency. - netperf stream test shows some regression especially for small packets since TCP batch less when latency is improved. 1 Pktgen test: 1.0 Test Environment: One 2.0G AMD Opteron(tm) Proces...