search for: s15

Displaying 20 results from an estimated 27 matches for "s15".

Did you mean: 15
2013 Mar 14
2
merge function to combine two tables
Dear R-help members I would be grateful if anyone could help me with the following problem: I would like to combine two matrices (Schmitt_15 and Schmitt_16, they are attached) which have a species presence/absence x sampling plot structure. The aim would be to have in the end only one matrix which shows all existing species and their presence/absence on all the different plots. To do this I
2010 Apr 08
1
[LLVMdev] compiler-rt's arm vfp o<= implementation
...// extern int __lesf2vfp(float a, float b); // // Returns one iff a <= b and neither is NaN. // Uses Darwin calling convention where single precision arguments are passsed // like 32-bit ints // DEFINE_COMPILERRT_FUNCTION(__lesf2vfp) fmsr s14, r0 // move from GPR 0 to float register fmsr s15, r1 // move from GPR 1 to float register fcmps s14, s15 fmstat movls r0, #1 // set result register to 1 if equal movhi r0, #0 bx lr If I read this right, the high bits of r0 are always cleared (by the movhi) while the low bits are conditionally set to 1 (by the movls), but there'...
2019 Aug 27
2
TargetRegisterInfo::getCommonSubClass bug, perhaps.
Hi, ABCRegister.td : def SGPR32 : RegisterClass<"ABC", [i32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; def SFGPR32 : RegisterClass<"ABC", [f32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; ===== Instruction selection ends: ... t8: i32 = ADDrr t37, t32 ... Instruction Selection correct : i32 = ADDrr i32, i32 *** M...
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2010 Apr 09
0
[LLVMdev] compiler-rt's arm vfp o<= implementation
...and neither is NaN. > > // Uses Darwin calling convention where single precision arguments are passsed > > // like 32-bit ints > > // > > DEFINE_COMPILERRT_FUNCTION(__lesf2vfp) > > fmsr s14, r0 // move from GPR 0 to float register > > fmsr s15, r1 // move from GPR 1 to float register > > fcmps s14, s15 > > fmstat > > movls r0, #1 // set result register to 1 if equal > > movhi r0, #0 > > bx lr > > If I read this right, the high bits of r0 are alway...
2007 Nov 15
2
make config update-rc.d
On Debian the Asterisk Makefile does /usr/sbin/update-rc.d asterisk start 10 2 3 4 5 . stop 91 2 3 4 5 .; which results in a /etc/rc2.d/S10asterisk being written. I think S10 is too early. bind9 : S15 mysql : S19 zaptel: S20 ntp : S23 What bothers me most is that mysql is not up when asterisk starts. That's a bad thing if there are #execs in your config files and if the scripts rely on mysql. So what about S50 or S95? Regards, Philipp Kempgen -- amooma GmbH - Bachstr. 126 - 56566 Ne...
2012 Mar 19
1
fitting a histogram to a Gaussian curve
...lues") pdens <- density(myvals, na.rm=T) plot(pdens, col="black", lwd=3, xlab="My values", main="Default KDE") dev.off() print(paste("Plot was saved in:", getwd())) the problem here is that I a jagged distribution, you can see the result : http://s15.postimage.org/9ucmkx3bf/foobar.png this is the original histogram : http://s12.postimage.org/e0lfp7d5p/foobar2.png any ideas on how I can smoothen it to a Gaussian curve? Thanks, - vihan
2011 Oct 06
3
Wide to long form conversion
...5 10 S10 11 s 15 2 18 2 14 1 18 2 S11 12 s 6 9 4 9 5 11 3 8 S12 13 s 5 5 0 12 4 3 0 8 S13 14 s 5 6 4 9 4 6 2 6 S14 15 s 14 5 12 3 12 3 11 3 S15 16 s 7 2 11 3 5 2 10 2 S16 17 s 1 7 4 5 1 6 3 5 S17 18 s 6 2 7 4 6 2 7 4 S18 19 s 9 4 8 5 10 4 6 3 S19 20 s 8 2 6 5 9 2 6 4 S20 21 s...
2017 Mar 21
3
clang 4.0.0: Invalid code for builtin floating point function with -mfloat-abi=hard -ffast-math (ARM)
Hello, clang/llvm 4.0.0 generates invalid calls for builtin functions with -mfloat-abi=hard -ffast-math. Small example fail.c: // clang -O2 -target armv7a-none-none-eabi -mfloat-abi=hard -ffast-math -S fail.c -o - extern float sinf (float x); float sin1 (float x) {return (sinf (x));} generates code to pass the parameter in r0 and expect the result in r0. The same code without
2017 Oct 18
2
creating tables with replacement
...;Rd", "Re", "Rf"), class = "factor"), site = structure(c(1L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L), .Label = c("s1", "s10", "s11", "s12", "s13", "s14", "s15", "s16", "s17", "s18", "s19", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9"), class = "factor"), temp = c(23L, 21L, 10L, 15L, 16L, 8L, 13L, 1L, 23L, 19L, 25L, 19...
2017 Oct 20
1
create a loop
...uot;Rd", "Re", "Rf"), class = "factor"), site = structure(c(1L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L), .Label = c("s1", "s10", "s11", "s12", "s13", "s14", "s15", "s16", "s17", "s18", "s19", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9"), class = "factor"), temp = c(23L, 21L, 10L, 15L, 16L, 8L, 13L, 1L, 23L, 19L, 25L, 19L,...
2013 Sep 25
1
Best and worst values for each date
...1/3/2006 S20 4 10.376 1/3/2006 S3 2 8.611 1/3/2006 S4 1 7.465 1/3/2006 S5 0 1.648 1/3/2006 S6 -1 5.36 1/3/2006 S7 -2 4.36 1/3/2006 S8 -3 3.574 1/3/2006 S9 -4 2.748 1/3/2006 S10 -5 1.933 1/3/2006 S11 -6 0.548 1/3/2006 S12 -7 -0.66 1/3/2006 S13 -8 -1.793 1/3/2006 S14 -9 -2.163 1/3/2006 S15 -10 -3.077 1/3/2006 S16 -11 -4.723 1/3/2006 S17 -12 -5.919 1/3/2006 S18 -13 -6.529 1/3/2006 S19 -14 -7.979 1/3/2006 S20 -15 -8.064 After making sure only positives are in for top 5 predictions and only negatives for the bottom 5 predictions 1/3/2006 S1 3 -1.943 1/3/2006 S20 4 10.376 1/3/2...
2006 Aug 31
5
Tables with Graphical Representations
Hi useRs - I was wondering if anyone out there can tell me where to find R-code to do mixes of tables and graphics. I am thinking of something similar to this: http://yost.com/information-design/powerpoint-corrupts/ or like the excel routines people are demonstrating: http://infosthetics.com/archives/2006/08/excel_in_cell_graphing.html My aim is to provide small graphics to illustrate
2006 Aug 24
0
RE: Differences in performance between file and LVMbased images
...about scheduling configurations, so I guess I used > whatever is the default. I''m running Xen-3.0.2-2 and seem to be using the sched-sedf schduler (I run "xm sched-sedf" to see its parameters). If I don''t set the DomU to the same period and slice as the Dom0 (-p20 -s15) then my network performance suffers dramatically. I haven''t checked if they have any affect on disk performance - hence my question. Apparently there are better schedulers in later versions of Xen, but I haven''t had a chance to upgrade. > > Cheers, > Alex Best regar...
2003 Aug 25
2
Book recommendations: Multilevel & longitudinal analysis
Hi, does anyone out there have a recommendation for multilevel / random effects and longitudinal analysis? My dream book would be something that's both accessible to a non-statistician but rigorous (because I seem to be slowly turning into a statistician) and ideally would use R. Peter
2004 May 07
1
Upgrading from 2.2.7 to 3.0.3
Is there a how-to out there which could walk me through upgrading a working Samba 2.2.7/Openldap server to Samba 3.0.3/Openldap server? I can get Samba 3.0.3 and Openldap to work with a new install however when I attempt to import my old LDAP database I have to change the user's password and rejoin the workstations to the domain. Do I have to do this or should it be pretty seamless? I
2012 Mar 30
1
Wine, Mac, and MDAC
...in contact with the developer about components that the program needs, but the communication has been slow from them, so I have been exploring on my own. I believe I am close to cracking the egg, but I wanted some input from all you fine folks. Here's my setup as of right now: [Image: http://s15.postimage.org/o3v35e56h/Screen_shot_2012_03_30_at_2_32_53_PM.png ] [Image: http://s8.postimage.org/lzde1e843/Screen_shot_2012_03_30_at_2_53_46_PM.png ] [Image: http://s8.postimage.org/itssb6phv/Screen_shot_2012_03_30_at_2_53_50_PM.png ] I used winetricks to install those DLLs, and I am unsure if...
2017 Oct 18
0
creating tables with replacement
..."Rf"), class = "factor"), site = structure(c(1L, > > 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 2L, 3L, 4L, 5L, 6L, 7L, > > 8L, 9L, 10L, 11L), .Label = c("s1", "s10", "s11", "s12", "s13", > > "s14", "s15", "s16", "s17", "s18", "s19", "s2", "s3", "s4", "s5", > > "s6", "s7", "s8", "s9"), class = "factor"), temp = c(23L, 21L, > > 10L, 15L, 16L, 8L, 13L, 1L,...
2017 Oct 18
1
creating tables with replacement
...Rf"), class = "factor"), site = > structure(c(1L, > > 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 2L, 3L, 4L, 5L, 6L, 7L, > > 8L, 9L, 10L, 11L), .Label = c("s1", "s10", "s11", "s12", "s13", > > "s14", "s15", "s16", "s17", "s18", "s19", "s2", "s3", "s4", "s5", > > "s6", "s7", "s8", "s9"), class = "factor"), temp = c(23L, 21L, > > 10L, 15L, 16L, 8L, 13L, 1L,...
2007 Aug 16
2
Newbie
...06/2007 Portglenone 0 P7 FALSE 1 A 1 1 2 0 0 0 0 1 26.02 59 29/05/2007 Randalstown 1 R5 FALSE 1 A 1 1 0 0 1 0 3 0 26.70 60 30/06/2007 Somerset 0 S14 FALSE 1 A 1 0 0 4 0 0 0 3 22.20 61 30/06/2007 Somerset 0 S15 FALSE 1 A 1 1 4 0 0 0 1 11 33.36 62 30/06/2007 Somerset 0 S17 FALSE 1 A 1 0 3 0 0 0 0 1 27.10 63 30/06/2007 Somerset 0 S2 FALSE 1 A 1 0 0 0 0 0 2 4 27.87 64 03/07/2007 Somerset 0 S25 FALSE 1 A 1 0...