search for: adel

Displaying 20 results from an estimated 84 matches for "adel".

Did you mean: addl
2020 Mar 26
3
LLVM pass to optimize redundant branch conditions
...cannot be reached unless the first branch condition was true. This means that the condition of the branch in for.cond.cleanup3 will always be true. As such, it is possible to eliminate this branch, making it unconditional. Is there an LLVM pass that is able to perform such transformation? Thanks -Adel -- Adel Ejjeh PhD Candidate - Computer Science University of Illinois at Urbana-Champaign 201 N Goodwin Ave, Urbana, IL 61801 aejjeh at illinois.edu | adel.ejjeh at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-de...
2020 Apr 23
2
Incorrect behavior in the LLVM dependence analyzer
...dependence from S0 to S1. Is this the expected behavior of DependenceInfo or Is it a known problem? If it is the expected behavior, is there a way to check if the dependence you are getting back is a correct one or not? Does anyone have any ideas about possible workarounds or solutions? Regards, - Adel -- Adel Ejjeh PhD Candidate – Computer Science University of Illinois at Urbana Champaign 201 N Goodwin Ave, Urbana, IL 61801 aejjeh at illinois.edu<mailto:aejjeh at illinois.edu> | adel.ejjeh at gmail.com<mailto:adel.ejjeh at gmail.com> -------------- next part -------------- An HTML...
2020 Nov 11
1
Accessing Function analyses in a Module pass with the new pass manager
...eed the new pass manager because I need different copies of the same analysis to be valid at the same time, for different functions in the module (my understanding was that the new pass manager can do that whereas the legacy pass manager would only keep the last instance that was invoked). Thanks -Adel -- Adel Ejjeh PhD Candidate | Computer Science University of Illinois at Urbana Champaign Email: aejjeh at illinois.edu<mailto:aejjeh at illinois.edu> | adel.ejjeh at gmail.com<mailto:adel.ejjeh at gmail.com> Zoom: https://illinois.zoom.us/my/aejjeh -------------- next part -----------...
2012 Dec 04
3
monte carlo simulation on R
Hello, How can I make a monte carlo simulation on R? Regards Adel -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) fax: +216 71 391 166 [[alternative HTML version deleted]]
2018 Aug 07
4
Generating a loop from llvm bitcode
...ing the loop exit condition. I am wondering if there are any passes or data structures that would be able to help me accomplish what I am trying to do that I might be missing? Or does the community have any other ideas as to how I should approach this issue? Any input is much appreciated. Regards Adel -- Adel Ejjeh PhD Candidate | Computer Science University of Illinois at Urbana-Champaign Siebel Center for Computer Science 201 N Goodwin Ave, Urbana, IL 61801 aejjeh at illinois.edu<mailto:aejjeh at illinois.edu> | adel.ejjeh at gmail.com<mailto:adel.ejjeh at gmail.com> -----------...
2010 Aug 21
4
basic hist() question
Hi list I loaded the content of a file dureetasks.txt to variable a. This file contains an interger per line. when I print a vector, it displays correctly. however, when I try to print the histogram, I get this error message > a=read.table("dureetasks.txt") > hist(a) Error in hist.default(a) : 'x' must be numeric Can you help please? regards -- PhD candidate in
2002 Mar 26
1
installing gzip files
I'm trying to install an R package that arrived in a package.tar.gz file. I use: R INSTALL -l /home/adele/packagedir package.tar.gz and I get: ERROR: cannot extract package from package.tar.gz The author of the package assures me that the same command works for his version of solaris and R. He has solaris 5.7 and R 1.4.1, while I have solaris 5.8 and R 1.4.1. Does anyone know what's wrong...
2008 Jun 30
4
Add comments on plot window
...ndow? I have 3 plots -> this plots have to be commented on same window Is possible to do the following : http://www.nabble.com/file/p18193822/plot%2526comments.JPG plot%26comments.JPG I don't know how to do it. Maybe plot.window or something like that. Any suggestions?? Thanks in advance, Adel. -- View this message in context: http://www.nabble.com/Add-comments-on-plot-window-tp18193822p18193822.html Sent from the R help mailing list archive at Nabble.com.
2011 Sep 24
2
two ecdf in the same figure
Hello, is ot possible to draw two ecdf of vectors (say s1 and s2) on the same figire with R. plot function draws a new plot and there is no function like points or lines to draw a second ecdf on the figure. Regards -- *PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 fax: +216 71 391 166* [[alternative HTML version deleted]]
2009 Jan 28
0
Palm Terrace apartments launching - From R299K Cape Town
...nge * Small gym area * High rental demand and rental return * Only R5000 Deposit secures your investment [1][btn05.jpg] [2][web.jpg] [3][udz3.jpg] For further information contact: Adel Botha @ 080 33 33 33 3 Email: [4]adel at ppigroup.co.za This email was sent to openssh-unix-dev at mindrot.org It is not our intention to send you any unsolicited mail. If you receive this email in error please accept our apologies a...
2000 Feb 02
0
Summary: Archetypal Analysis in R
.... With the author's permission, I ported the S code to R using two excellent sets of instructions: (1) From the FAQ - 5.5 How can I create an R package? (2) Thomas Lumley's instructions on porting S to R - http://www.biostat.washington.edu/~thomas/Rlib.html The author of this code is Adele Cutler (adele at math.usu.edu, http://www.math.usu.edu/~adele). With the author's permission, I've made this port available at: http://socrates.berkeley.edu/~lorenmc/R/ Since this is not a full-blown library and hasn't been completely tested with R, I don't think it is ready to b...
2010 Jun 05
1
variation
Hi list I am a new user of R. I ask for some "beginner" question I am searching if there is any function that computes the variation of some discrete values of a vector (mean() and sd() exists, but i have not find variation). Thanks in advance Adel -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) fax: +216 71 391 166 [[alternative HTML version deleted]]
2011 Jan 19
1
printing big real values
Hello, I have a file with very big values. I want to display the real values with classic ways (without exposant) > summary(a[,1]); Min. 1st Qu. Median Mean 3rd Qu. Max. 1.198e+09 1.199e+09 1.200e+09 1.200e+09 1.201e+09 1.202e+09 Can you help please? Regards Adel -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) fax: +216 71 391 166 [[alternative HTML version deleted]]
2008 Jul 18
1
re ad and check table
...nd an error or something like that acually I have a read.table in the beginnig of my R code, and if my data is not a table I become in my R console : fail in scan. So the question is how to check the nature of the file? something like : is.table? I don't know the function. Thanks for any help Adel -- View this message in context: http://www.nabble.com/read-and-check-table-tp18532292p18532292.html Sent from the R help mailing list archive at Nabble.com.
2012 Feb 11
1
multiple histograms from a dataframe
...Z-T for each value of the couple (X-Y). When I use thus syntax > library(lattice) > histogram(law[,3] ~ law[,66] | law[,1] ) it draws multiple histograms but by selecting distinct values of law[,1] The deal is to make the same thing but for a couple of columns Thanks in advance for help Adel -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) fax: +216 71 391 166 [[alternative HTML version deleted]]
2008 Jul 04
2
create a zero matrix & fill
...ol=(length-tml0)) for(i in tml0:length){ tvar[i]=i pmean[i]=mean(power[i:(i+deltat)]) pmin[i]=min(power[i:(i+deltat)]) pmax[i]=max(power[i:(i+deltat)]) varmax[i]=100*(pmax[i]-pmean[i])/pmean[i] varmin[i]=100*(pmean[i]-pmin[i])/pmean[i] Results=list(tvar,pmean,pmin,pmax,varmax,varmin) }} Thanks, Adel -- View this message in context: http://www.nabble.com/create-a-zero-matrix---fill-tp18281974p18281974.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 01
2
if one of 4 conditions is not satisfied
...e satisfied I will paste("PASS") If any of these is not satisfied I will paste("FAIL"). But I have to paste the corresponding failure. ifelse is a good solution but for a 2 conditions. Maybe switch or something like this. Does anyone have an idea how to do? Thanks in advance. Adel -- View this message in context: http://www.nabble.com/if-one-of-4-conditions-is-not-satisfied-tp18214194p18214194.html Sent from the R help mailing list archive at Nabble.com.
2016 Sep 23
3
Formación en bigdata
...pena? La verdad es quequiero adquirir competencias sobre el manejo de grandes volumenes de información, hadoop, spark, etc y no se muy bien que estudios cursar. He estado mirando, pero veo que las escuelas de negocio lo orientan a big data + business analytics y no se si pueden pasar muy por encim adel tema o estar centrados en la venta de un determinado software comercial. ¿Algún consejo? Gracias Jesús [[alternative HTML version deleted]]
2012 Jan 27
3
generate a random number with rexp ?
dear list I use runif to generate a ramdom number between min and max runif(n, min=0, max=1) however , the syntaxe of rexp does not allow that rexp(n, rate = 1) and it generate a number with the corresponding rate. The question is: how to generate a number between min and max using rexp(). Regards -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000
2006 Oct 31
0
Samba Wins Problem
...lt router for the samba server (broadcast) is the internal router (Cisco). I have attached my smb.conf here for more details about the configuration. PS: There is another internal error (Bug) if I try to configure a wins proxy support with the latest update of Samba with RHEL ES4 U4. Regards --Adel -- Adel Ben Zarrouk Senior Project Manager Opennet MEA FZ LLC Tel: +971 4 390 1943 Fax: +971 4 390 4360 Cell:+971 50 458 2797 http://www.opennet.ae/ ------------------------------------------------------- -- Adel Ben Zarrouk Senior Project Manager Opennet MEA FZ LLC Tel: +971 4 390 1943 Fax: +97...