similar to: wanna create all points.....

Displaying 20 results from an estimated 100 matches similar to: "wanna create all points....."

2012 Oct 26
1
Why my code does not draw? how to fix it? plz....
number<-c(0,1,3,4,5,6,8) rsidp<-function(x){ i=0 {y<-sample(number,x,replace=TRUE)} return(y) } plot(o, xlim=c(0,20), ylim(0,20), type="n", xlab="Sample size", ylab="Sample variance") for (i in seq(1:20)){ retVal=rsidp(i) var(rsidpVector) points (i, var(rsidpVector),pch=i,col=i) } -- View this message in context:
2012 Oct 25
3
How generate random numbers from given vector???
I wanna generate random numbers from a vector... for example number<-c(0,1,3,4,5,6,8) so rsidp<-function(x){ i=0 for (i in seq(1:x)) {y<-sample(number,x, replace=T)} return(y) } so all random numbers have to be from vector "number"; so if I type rsidp(5)..... it has to give me 5 random numbers except 2,7,9 (because they are not in the vector "numbers"). help
2012 Oct 22
5
Help plz to fix it
I have an array of probabilities....it is p. So if user types x=1 then probability is p1=1/10. If user types x=2 it means that p2= p1+p2 if user types x=3 it means that p3=p1+p2+p3....and so on. So i created a code..... but it doesnt work properly. Help me plz to fix it) Thank u in advance. psidp=function(x){ p<-(1/10 2/5 2/5 2/5 2/5 1/10 1/10 1/10 1/10 1/10) i==0; if (x!=0){ for
2012 Oct 21
3
Help me please to code....
User has to type (input) x. After input....code has to check X with statement if There is a statement IF. If X=0 then Y=5/2 else =7; How to code it please. I tried but my code does not work ;( I wanna see how it looks like( thank u in advance( -- View this message in context: http://r.789695.n4.nabble.com/Help-me-please-to-code-tp4646932.html Sent from the R help mailing list archive at
2012 Mar 07
2
repositories for 2.11 & 2.12
Dear experts, I have to install ggplot2 packages for R 2.11 and 2.12 but this is available for 2.14 only. My question: are there urls for previous R version which can be use in install.packages ? Thanks Miklos
2019 Sep 30
2
sieve - segmentation fault
I tried to experiment with "index" extension and I found that, in case "0" sieve-filter segfaults. example code was: --8<---------------cut here---------------start------------->8--- if header :index 0 :last :regex "received" "some regex here" { fileinto "dedicated mailbox" ; } --8<---------------cut
2015 Feb 11
1
Unable to replicate DNS
I just set a DC with samba 4.1 but the other machine that should syncronize the DNS (using bind) just connect and then hang. on /var/log/samba/log.samba I have: [2015/02/11 20:11:53.161439, 0] ../lib/util/util_runcmd.c:317(samba_runcmd_io_handler) /usr/sbin/samba_dnsupdate: ; TSIG error with server: tsig verify failure I looked around but the fix found did not worked or were not for this
2007 Feb 24
1
Making two lines graph ...
Hello! Can anyone help me to build a graph with the alphanumeric values on x-axis, with two lines (preferably doted and solid, or similar) that present values on y-axes. In a toy example, data frame could be like this: x.orig x.num y1 y2 a 1 0.2 0.4 b 2 0.1 0.1 c 3 0.3 0.3 d 4 0.3 0.15 e 5 0.1 0.05 I can make graph only if I use values converted to numeric in "x.num", but not original
2012 Nov 18
1
How to fix it?
Gives a mistake that "probability" is not found x<- runif(1,0,1) y<-x^5+x^8+(cos(x))^3 yrandom<- runif(10,0,3) if (y<yrandom) {probabibility=y/yrandom} area=probability*3 -- View this message in context: http://r.789695.n4.nabble.com/How-to-fix-it-tp4649955.html Sent from the R help mailing list archive at Nabble.com.
2012 Nov 18
1
Decimal places
I am a beginner in programmin in general and R specifically. I would like to generate a set of random numbers in a normal distribution but to limit the decimal places in these numbers to only 2. I have been using x1 <- runif(1,0,1) to generate my numbers. Can I add something to it to enable me to only get results rounded off to 6 decimal places? -- View this message in context:
2007 Apr 27
1
acf and pacf plot
Hi, I noticed that whenever I ran acf or pacf, the plot generated by R always includes two horizontal blue doted lines. Furthermore, these two lines are not documented in the acf documentation. I don't know what they are for, but it seems that they are important. Could someone tell me what they are and how are they calculated? Thanks, -- Tom [[alternative HTML version deleted]]
2006 Mar 09
1
I wanna use INFORMIX DB in Ruby on Rails
I have the INFORMIX ODBC Driver(INFORMIX connected by RUBY-ODBC) on Windows but I don''t have one for on RAILS. That''s my big problem at this moment!!! I''m trying to find a solution to connnect INFORMIX DB using Rails very badly! Could you help me fix my trouble? I need your tips!!!! help me ;-( -- Posted via http://www.ruby-forum.com/.
2013 Feb 20
0
If you run a SaaS company, or work at one, I wanna talk to you
Dear all, Since a large number of RoR developers work at internet companies, I thought posting this makes sense here. Anyway, I need your help. I promise I''m not selling anything or asking for a job. Please continue reading. I''m part of an entrepreneurship program which teaches its students on how to build profitable SaaS products. The first thing I''m supposed to do is
2010 Jul 24
3
HTML rendering is currently disabled (Wanna' play GUNZ!)
Okay, I'm a super super-dee-duper newbster. Aaaaand I'm on a MacBook. Aaaaand I'm running Leopard (10.5.8). So I've used Wine before a loooong time ago for some things, but nothing big. And now I want to play Gunz (from ijji.com). I got everything downloaded (the reactor) and then it tells me something about "Gecko" needing to be installed. I get everything all installed
2008 May 05
1
[LLVMdev] Wanna contribute to LLVM ..
Respected Sir, Let me introduce myself,This is Umesh from INDIA who currently working in Hewitt Packard(HP),Where i work in the Virtual Machine(VM) team from past one year in the maintianing the Java Virtual Machine(JVM) on Hp-Ux. I like to contribute to LLVM by utilize my experiences and skills on compilers and virtual machines. Me like to take the bug 715 in bugzilla i.e Fix / clean up
2012 Dec 20
0
[LLVMdev] Wanna know the specification which defines a certain target triple string
Hello List, I've got a basic question about the target triple. "The TRIPLE record (code 2) contains a variable number of values representing the bytes of the target triple specification string." The statement above is written on BitCodeFormat.html. And from this statement, I became to wonder what specification defines such and such target triple strings. I believe several of the
2017 May 04
0
SHA2017 - Nouveau Village - Anybody wanna help?
Hi everybody, I bought my SHA2017 ticket and actually plan to create a little Nouveau village here to talk about Nouveau and maybe teach others some reverse engineering or just to hang out with people interested in the project or whatever. Big question: Who wants to help out or join me on that quest? Sha will be on august 4th to 8th, most likely I will be there a few days before the start and
2004 Jul 04
2
I wanna kill FWD.... GRRR!!!
I'm a bit on the pissed off side right now. If you call Free World Dialup conf bridge.. "514" is the FWD number. Ok last night I was trying to talk to a few people in the conf bridge because they msged me saying they were there. Ok I call it says "Please Hold" then says "All circuits are busy"... Ok fair. I call like 25 times. Well needless to say FWD side
2009 Jan 22
0
Psssst - hey buddy, wanna' get a job? (follow-up to asterisk-biz please)
Folks, First of all, this email is sent to -users and -biz, but please follow- up to the -biz list only. I have set the reply-to, but I fear mailman will strip it off ... Please don't flame me for posting to -users, I'm just not sure who lives on -biz as the (signal/noise | net.kook | troll) factor has been pretty bad on that list lately (poor Rehan!!) ;-) Telephony Depot
2005 Jul 28
3
SIP WEB Phone (Wanna implement Click to Call)
Hi, I appreciate it if someone knows what is available for SIP web phones out there. I am interested in putting a soft phone on a website that registers with Asterisk using SIP. Then, when someone uses it, it directly calls into an asterisk call queue.. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: