search for: t3

Displaying 20 results from an estimated 529 matches for "t3".

Did you mean: tg3
2010 Sep 17
7
removing specific rows from array
...3 swapped r6 because c2 and c3 are same as r4 with c2 and c3 swapped r9 because c2 and c3 are same as r7 with c2 and c3 swapped r11 because c2 and c3 are same as r8 with c2 and c3 swapped . . . Any suggestions? Thanks Jim > treats <- c("t0","t1","t2","t3") > (combs1 <- permutations(length(treats),3,treats)) [,1] [,2] [,3] [1,] "t0" "t1" "t2" [2,] "t0" "t1" "t3" [3,] "t0" "t2" "t1" [4,] "t0" "t2" "t3" [5,] &q...
2017 Jun 03
4
New var
...interval between the start date and end dates (End-start). obs, Start , end, datediff 1,2/1/2015, 1/1/2017, 700 2,4/11/2010, 1/1/2011, 265 3,1/4/2006, 5/3/2007, 484 4,10/1/2007, 1/1/2008, 92 5,6/1/2011, 1/1/2012, 214 6,10/15/2004,12/1/2004,47 Second. I want create 5 more variables t1, t2, t3, t4 and t5 The value of each variable is defined as follows if datediff < 100 then t1=1, t2=t3=t4=t5=-1. if datediff >= 100 and < 200 then t1=0, t2=1,t3=t4=t5=-1, if datediff >= 200 and < 300 then t1=0, t2=0,t3=1,t4=t5=-1, if datediff >= 300 and < 400 then t1=0, t2=0...
2006 Jan 22
5
T3 Mux and Asterisk Question
I have a T3 coming from my carrier. From there I want to use an Adtran mx2800 T1 Mux to break the T3 into 28 T1/PRI which feed into seven quad T1/PRI equipped servers. Everything seems very straight forward with the exception of the D channels for the T1/PRI. I am not very familiar with large circuits such...
2009 Jul 30
0
randomized block design analysis PROBLEM
...ome trouble with the experimental (columns-experiments) design of my project. I use a randomized block design with 4 treatments including a control. For each treatment, I use 3 replicates and 3 blocks. The treatments are: -T1 = COD (300 mg/Lit) COD=chemical oxygen demand -T2 = COD (200 mg/Lit) -T3 = COD (100 mg/Lit) -T4 = COD (0 mg/Lit) as a control The experiment is conducted during three months and a sample is taken each Week in every experimental unit. At the first, I irrigated all soil columns (12 columns) with demonize water for 1 week. Then during 8 weeks, I irrigated all columns wi...
2017 Nov 05
2
What pattern string corresponds to CopyToReg?
...16-n16" target triple = "tms9900" ; Function Attrs: noinline nounwind optnone define signext i16 @my_func() #0 { entry: ret i16 127 } ------- debug output -------- Optimized legalized selection DAG: BB#0 'my_func:entry' SelectionDAG has 5 nodes: t0: ch = EntryToken t3: ch,glue = CopyToReg t0, Register:i16 %R5, Constant:i16<127> t4: ch = TMS9900ISD::Ret t3, Register:i16 %R5, t3:1 ===== Instruction selection begins: BB#0 'entry' Selecting: t4: ch = TMS9900ISD::Ret t3, Register:i16 %R5, t3:1 ISEL: Starting pattern match on root node: t4: ch = TMS9...
2012 Apr 01
1
extend data frame for plotting heat map in ggplot2
...and not for the comparisons between the same group (which are always 1), i.e. I have half the matrix and am missing the other half and the diagonal. What is a good way to get it into a form that ggplot2 can use for the heat map? This is an example of the data I have: A B value T1 T2 0.347 T1 T3 0.669 T2 T3 0.214 I assume the following is what I need for ggplot (or maybe I don't, if ggplot can somehow generate it?): A B value T1 T2 0.347 T1 T3 0.669 T2 T3 0.214 T2 T1 0.347 T3 T1 0.669 T3 T2 0.214 T1 T1 1 T2 T2 1 T3 T3 1 Then I would run sorted<-data[order(data$A, data$B), ] g...
2017 Nov 05
2
What pattern string corresponds to CopyToReg?
...;> define signext i16 @my_func() #0 { >> entry: >> ret i16 127 >> } >> >> ------- debug output -------- >> >> Optimized legalized selection DAG: BB#0 'my_func:entry' >> SelectionDAG has 5 nodes: >> t0: ch = EntryToken >> t3: ch,glue = CopyToReg t0, Register:i16 %R5, Constant:i16<127> >> t4: ch = TMS9900ISD::Ret t3, Register:i16 %R5, t3:1 >> >> ===== Instruction selection begins: BB#0 'entry' >> Selecting: t4: ch = TMS9900ISD::Ret t3, Register:i16 %R5, t3:1 >> >> ISEL...
2017 Jun 03
0
New var
...(End-start). > > obs, Start , end, datediff > 1,2/1/2015, 1/1/2017, 700 > 2,4/11/2010, 1/1/2011, 265 > 3,1/4/2006, 5/3/2007, 484 > 4,10/1/2007, 1/1/2008, 92 > 5,6/1/2011, 1/1/2012, 214 > 6,10/15/2004,12/1/2004,47 > > Second. I want create 5 more variables t1, t2, t3, t4 and t5 > The value of each variable is defined as follows > if datediff < 100 then t1=1, t2=t3=t4=t5=-1. > if datediff >= 100 and < 200 then t1=0, t2=1,t3=t4=t5=-1, > if datediff >= 200 and < 300 then t1=0, t2=0,t3=1,t4=t5=-1, > if datediff >= 300 and...
2001 Sep 12
0
AES update..
...\ - t ^= e_key[6 * i + 3]; e_key[6 * i + 9] = t; \ - t ^= e_key[6 * i + 4]; e_key[6 * i + 10] = t; \ - t ^= e_key[6 * i + 5]; e_key[6 * i + 11] = t; \ +static void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]) { + u32 s0, s1, s2, s3, t0, t1, t2, t3; +#ifndef FULL_UNROLL + int r; +#endif /* ?FULL_UNROLL */ + + /* + * map byte array block to cipher state + * and add initial round key: + */ + s0 = GETU32(pt ) ^ rk[0]; + s1 = GETU32(pt + 4) ^ rk[1]; + s2 = GETU32(pt + 8) ^ rk[2]; + s3 = GETU32(pt + 12) ^ rk[3]; +#ifdef FULL_UNROLL...
2010 Aug 14
1
Simple problem with lm/predict
Hi all, I've got an xts time series with monthly OHLC Dow Jones industrial index data from 1980 to present, the data is in stored in x. I've done an OLS fit on the data in 1982::1994 and stored it in extrapolate1 (x[,4] contains the closing value for the index). > t3 <- seq(1980,1994,length = length(x["1980::1994",4])) > t4<-t3^2 > extrapolate1 <- lines(lm(x["1980::1994",4]~t3+t4)$fit) > extrapolate1 Call: lm(formula = x["1980::1994", 4] ~ t3 + t4) Coefficients: (Intercept) t3 t4 3.161e+07...
2017 Jun 03
2
New var
...obs start end D 1 1 2/1/2015 1/1/2017 700 2 2 4/11/2010 1/1/2011 265 3 3 1/4/2006 5/3/2007 484 4 4 10/1/2007 1/1/2008 92 5 5 6/1/2011 1/1/2012 214 6 6 10/5/2004 12/1/2004 57 My problem is how do I get the other new variables obs start end D t1,t2,t3,t4, t5 1, 2/1/2015, 1/1/2017, 700,0,0,0,0,0 2, 4/11/2010, 1/1/2011, 265,0,0,1,-1,-1 3, 1/4/2006, 5/3/2007, 484,0,0,0,0,1 4, 10/1/2007, 1/1/2008, 92,1,-1,-1,-1,-1 5, 6/1/2011, 1/1/2012, 214,0,0,1,-1,-1 6, 10/15/2004,12/1/2004,47,1,-1,-1,-1,-1 Thank you again. On Sat, Jun 3, 2017 at 12:13 AM,...
2002 Oct 02
6
help to make a map on R
...ile is simple, but I need that R change the value of trajectory after a blank line, reading something like this: trajectory latitude longitude T1 -22.045618 -51.287056 T1 -22.067078 -51.265888 T1 -22.067039 -51.207249 T2 -22.059690 -48.089695 T2 -22.075529 -48.074608 T2 -22.072460 -48.044472 T3 -22.062767 -48.298473 T3 -22.077349 -48.322140 T3 -22.047001 -48.347443 T3 -22.054266 -48.369331 T3 -22.042810 -48.392612 T3 -22.064812 -48.422195 T3 -22.062544 -48.443497 Each trajectory is a line that is a little piece of my map. After this, to make a map I execute: tapply() for separat...
2010 Jun 02
1
compute the associate vector of distances between leaves in a binary non-rooted tree
...ied the ape package but I'm unable to find this vector. For example, using rtree(5,rooted=F) I've obtained the following tree: $edge [,1] [,2] [1,] 6 7 [2,] 7 1 [3,] 7 8 [4,] 8 2 [5,] 8 3 [6,] 6 4 [7,] 6 5 $tip.label [1] "t4" "t3" "t2" "t1" "t5" $edge.length [1] 0.9126727 0.2765674 0.4996832 0.7904400 0.8508797 0.8174133 0.9027958 $Nnode [1] 3 My question is: how to compute the vector of distances between the 5 leaves. This vector is in this case: v=(d(t1,t2),d(t1,t3),d(t1,t4),d(t1,t5)...
2007 Dec 14
3
How to convert Datetime numbers from Excel to POSIXt objects
...onvert datetime numbers from Excel (days since 30.12.1899 00:00:00) into POSIXt objects? For example 29770.375 should be converted to "03.07.1981 09:00:00" I tried the following code and encountered strange results: t1-t0 gives 29770.33 (should be 29770.375 in my opinion) t1-t2 and t1-t3 are ok t1-t4 gives 183.3333 (should be 183.375) Are these rounding errors? The R-code: t1 <- strptime("3.7.1981 09:00:00","%d.%m.%Y %H:%M:%S") t0 <- strptime("30.12.1899 00:00:00","%d.%m.%Y %H:%M:%S") t2 <- strptime("3.7.1981 00:00:00",&q...
2006 Sep 13
1
reformat records one to several
...e the data were collected as ten minute counts where the number of new individuals within a species was recorded as cohorts within 3 separate time intervals within the ten minute count persiod. Each row of data therefore follows a format like this: Date Time Sample Species t1 t2 t3 June 5,2006 5:20 AM AUSFAKE01 OVEN 3 0 1 etc..... I would like to reformat these data as if the counts recorded only individuals and not cohorts, so that the above would look as follows Date Time Sample Species t1 t2 t3 June 5,2006 5:20 AM AUSFAKE01 OVEN 1 0 0 June 5,2006 5:2...
2017 Jun 04
2
New var
...ordered_result = TRUE > ) > # brute force method you should have been able to figure out to show us > some work > DFM$t1 <- ifelse( DFM$D < 100, 1, 0 ) > DFM$t2 <- ifelse( 100 <= DFM$D & DFM$D < 200, 1, ifelse( DFM$D < 100, -1, > 0 ) ) > DFM$t3 <- ifelse( 200 <= DFM$D & DFM$D < 300, 1, ifelse( DFM$D < 200, -1, > 0 ) ) > DFM$t4 <- ifelse( 300 <= DFM$D & DFM$D < 400, 1, ifelse( DFM$D < 300, -1, > 0 ) ) > DFM$t5 <- ifelse( 400 <= DFM$D & DFM$D < 500, 1, ifelse( DFM$D < 400, -1, >...
2017 Jun 04
0
New var
...de the right edge , ordered_result = TRUE ) # brute force method you should have been able to figure out to show us some work DFM$t1 <- ifelse( DFM$D < 100, 1, 0 ) DFM$t2 <- ifelse( 100 <= DFM$D & DFM$D < 200, 1, ifelse( DFM$D < 100, -1, 0 ) ) DFM$t3 <- ifelse( 200 <= DFM$D & DFM$D < 300, 1, ifelse( DFM$D < 200, -1, 0 ) ) DFM$t4 <- ifelse( 300 <= DFM$D & DFM$D < 400, 1, ifelse( DFM$D < 300, -1, 0 ) ) DFM$t5 <- ifelse( 400 <= DFM$D & DFM$D < 500, 1, ifelse( DFM$D < 400, -1, 0 ) ) # brute force meth...
2017 Nov 05
2
What pattern string corresponds to CopyToReg?
So there's a DAG that looks like this in the debug output: Selecting: t3: ch,glue = CopyToReg t0, Register:i16 %R5, Constant:i16<127> In the instruction selection phase, what pattern would that match? I've constructed this so far: (??? REG16:$dst, i16imm:$src) but the problem is, I can't determine what to use as ???. There is an ISD::CopyToReg enum va...
2012 Jul 06
2
[LLVMdev] Excessive register spilling in large automatically generated functions, such as is found in FFTW
...D(zk_p, zk_n); zk_d = MULI(SUB(zk_p, zk_n)); *r2 = SUB(uk, zk); *r0 = ADD(uk, zk); *r3 = ADD(uk2, zk_d); *r1 = SUB(uk2, zk_d); } __INLINE void L_4_4(const float *i0, const float *i1, const float *i2, const float *i3, __m128 *r0, __m128 *r1, __m128 *r2, __m128 *r3) { __m128 t0, t1, t2, t3, t4, t5, t6, t7; t0 = LOAD(i0); t1 = LOAD(i1); t2 = LOAD(i2); t3 = LOAD(i3); t4 = ADD(t0, t1); t5 = SUB(t0, t1); t6 = ADD(t2, t3); t7 = MULI(SUB(t2, t3)); t0 = ADD(t4, t6); t2 = SUB(t4, t6); t1 = SUB(t5, t7); t3 = ADD(t5, t7); TX2(&t0,&t1); TX2(&t2,&t...
2005 May 10
2
DS3 (T3) Card for Asterisk?
Is there a DS# (T3) card that will work with asterisk? OR a card that supports more that 4 T1's per card? Kyle