search for: romero

Displaying 20 results from an estimated 225 matches for "romero".

2008 Aug 27
5
Integrate a 1-variable function with 1 parameter (Jose L. Romero)
...ntegrand <- function (x,t) { exp(-2*t)*(2*t)^x/(10*factorial(x)) } with respect to the t variable, from 0 to 10. The variable x here works as a parameter: I would like to integrate the said function for each value of x in 0,1,..,44. I have tried Vectorize to no avail. Thanks in advance, jose romero
2013 Oct 21
3
Error in heatmap
Hi, Could you please help? Heatmap doesn't work with: > heatmap(as.matrix(SPIV2),na.rm = T) Error in hclustfun(distfun(x)) : NA/NaN/Inf in foreign function call (arg 11) There are no 0 data rows or column Thanks a lot Regards --------------------------------------- David
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
Here is some more info: [naromero:~/pmr] naromero% llvm-gcc -v Using built-in specs. Target: x86_64-apple-darwin10 Configured with: ../llvm-gcc-4.2-2.9.source/configure --prefix=/opt/local --host=x86_64-apple-darwin10 --enable-llvm=/opt/local --enable-languages=c,c++,objc,obj-c++,fortran --libdir=/opt/local/lib/llvm-gcc42 --include...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...er-driver should be in the sources that they're using even still. Nichols: You might want to talk to the llvm-gcc port maintainer. There's nothing obviously wrong other than it not working for you so I'm not sure what's going on. -eric > On Aug 22, 2011, at 3:08 PM, Nichols A. Romero wrote: > >> Here is some more info: >> >> [naromero:~/pmr] naromero% llvm-gcc -v >> Using built-in specs. >> Target: x86_64-apple-darwin10 >> Configured with: ../llvm-gcc-4.2-2.9.source/configure >> --prefix=/opt/local --host=x86_64-apple-darwin10 >...
2010 Feb 12
3
summary statistics for grouped data
...g summary statistics for grouped data? I could split the data into classes by hist, and then progressively calculate all the "columns" i need to obtain the mean and standard deviation, but i was looking for a single function that could do that with a data vector. Thanks in advance, jose romero [[alternative HTML version deleted]]
2011 May 09
2
reading a ".mdf" file in R
Hi, I have a very large ".mdf" database (36 GB) that I want to import to R. I'm using a computer with 64 GB of RAM, running on windows server 2008 R2 with SQL. Could anyone guide me through the process. I have absolutely no idea what to do. Thanks, Mauricio Romero [[alternative HTML version deleted]]
2002 Dec 20
1
System tray
Hello, Is there any system tray support in wine? :) if not how to restore minimized Trillian window (with contacts etc.) ? :) Greetings, Szymon
2007 Feb 27
5
TE110P: Error ==> Asterisk died with code 1.
...nalling=pri_cpe rxwink=300 usecallerid=yes hidecallerid=no callwaiting=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes echocancel=yes rxgain=0.0 txgain=0.0 immediate=yes group=0 signalling=pri_cpe context = from-pstn channel =>1-23 ====================== Jeronimo Romero EUS Networks Email: jromero@euscorp.com Cell: 917-332-7238 Office: 212-624-5943 Web: www.euscorp.com ======================
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
The -arch option is handled by Apple's "driver-driver", and the MacPorts build is probably not using that. See the driverdriver.c source file in llvm-gcc for details. On Aug 22, 2011, at 3:08 PM, Nichols A. Romero wrote: > Here is some more info: > > [naromero:~/pmr] naromero% llvm-gcc -v > Using built-in specs. > Target: x86_64-apple-darwin10 > Configured with: ../llvm-gcc-4.2-2.9.source/configure > --prefix=/opt/local --host=x86_64-apple-darwin10 > --enable-llvm=/opt/local --enabl...
2010 Oct 13
2
vectorizing: selecting one record per group
.... Each one taken randomly from each group. INDEX =NULL i=1 for(index_g in unique(A[,3])){ INDEX [i]=sample(which(A[,3]==index_g),1) i=i+1 } SEL=A[INDEX,] Is there a way to do this without a “for”? in other words is there a way to “vectorize” this? Thank you, Mauricio Romero Quantil S.A.S. Bogotá,Colombia www.quantil.com.co "It is from the earth that we must find our substance; it is on the earth that we must find solutions to the problems that promise to destroy all life here" [[alternative HTML version deleted]]
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...ons -Wno-format-zero-length -fno-strict-aliasing -mmacosx-version-min=10.5 -fno-stack-protector \ -O -S -o auxprogs/genoffsets.s \ auxprogs/genoffsets.c On Mon, Aug 22, 2011 at 4:39 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Mon, Aug 22, 2011 at 2:34 PM, Nichols A. Romero <naromero at gmail.com> wrote: >> Hi, >> >> I apologize if I am not asking on the right mailing list. >> >> I am using the llvm-gcc4.2 from MacPorts. >> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >> >> llvm-gcc does...
2006 Jun 19
2
MS Exchange SMTP Login problem
...E user = 'my_password' Info: auth(default_with_listener): sql(my_user): unknown user Info: auth(default_with_listener): client out: FAIL 5 user=my_password Any clue if there is a way to make it work, either modifiying Exchange or dovecot settings? Thank you very much! Xavier Romero. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://dovecot.org/pipermail/dovecot/attachments/20060619/2566a983/attachment.html
2008 Jan 10
8
IEEE 802.1x capable sip phones
Does anyone know if sip phones from any of the major IP phone vendors support 802.1x authentication? Any feedback would be greatly appreciated. Thanks in advance. ====================== Jeronimo Romero EUS Networks Email: jromero at euscorp.com Cell: 917-332-7238 Office: 212-624-5943 Web: www.euscorp.com ====================== -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080109/9d20c97d/at...
2011 Aug 22
3
[LLVMdev] llvm-gcc and -march
...s. https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile llvm-gcc does not seem to accept the -march flag. This is the error, I got: cc1: error: unrecognized command line option "-march" The port developer asked me to find out if this is a known issue. -- Nichols A. Romero, Ph.D. Argonne Leadership Computing Facility Argonne, IL 60490 (630) 447-9793
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
...sources that they're using even still. > > Nichols: You might want to talk to the llvm-gcc port maintainer. There's nothing obviously wrong other than it not working for you so I'm not sure what's going on. > > -eric > >> On Aug 22, 2011, at 3:08 PM, Nichols A. Romero wrote: >> >>> Here is some more info: >>> >>> [naromero:~/pmr] naromero% llvm-gcc -v >>> Using built-in specs. >>> Target: x86_64-apple-darwin10 >>> Configured with: ../llvm-gcc-4.2-2.9.source/configure >>> --prefix=/opt/local --h...
2010 Feb 27
13
[Bug 26790] New: Not center screen
http://bugs.freedesktop.org/show_bug.cgi?id=26790 Summary: Not center screen Product: xorg Version: unspecified Platform: Other URL: https://bugs.edge.launchpad.net/ubuntu/+source/xserver- xorg-video-nouveau/+bug/529130 OS/Version: All Status: NEW Severity: normal Priority: medium
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
Still nothing here: [yendi:~] echristo% llvm-gcc -march=nocona foo.c -S -arch x86_64 [yendi:~] echristo% So, perhaps you could send more information? Or bug the mac ports people. -eric On Aug 22, 2011, at 2:44 PM, Nichols A. Romero wrote: > This comes up when trying to compile Valgrind, here is the full compile line: > > /opt/local/bin/llvm-gcc-4.2 -Wbad-function-cast -Wcast-qual > -Wcast-align -fstrict-aliasing \ > -arch x86_64 -O2 -g -Wall -Wmissing-prototypes -Wshadow > -Wpointer-arith -Wstrict-...
2005 May 13
1
Converting a S-plus file.
Hello all. I've got a little file which is from S-Plus. The problem is I don't own a copy of said program, and R won't read it. I wonder if there's a caritative soul here who could export the file to some other format (csv, or even excel!) and send it back to me. Thanks in advance. Juan Pablo
2010 Jan 28
2
Conditional editing of rows in a data frame
...throughout. I thought briefly of subsetting the rows where xp.top is TRUE, but I then don't know how to set the range for min, so that it only looks at what would originally have been consecutive rows, and searching the help has not proved particularly useful. Thanks in advance, Irene Gallego Romero -- Irene Gallego Romero Leverhulme Centre for Human Evolutionary Studies University of Cambridge Fitzwilliam St Cambridge CB1 3QH UK email: ig247 at cam.ac.uk
2010 Mar 01
4
[Bug 26812] New: [lbm-drm:drm_mode_getfb] *ERROR* invalid framebuffer id
http://bugs.freedesktop.org/show_bug.cgi?id=26812 Summary: [lbm-drm:drm_mode_getfb] *ERROR* invalid framebuffer id Product: xorg Version: unspecified Platform: Other URL: https://bugs.edge.launchpad.net/ubuntu/+source/xserver- xorg-video-nouveau/+bug/529842 OS/Version: All Status: NEW