search for: monate

Displaying 20 results from an estimated 126 matches for "monate".

Did you mean: donate
2018 Jan 31
3
Problems with "predict" function ii
I have realised that I should have used "detach" before attaching another dataframe, but even when I do this it's still giving me lots of lines, rather than just one: My code: m<-runif(1,0,1) m mres<-m*(seq(1,12)) mres ssd<-rexp(1,1) ssd devs<-rep(0,length(mres)) for(i in 1:length(mres)){devs[i]<-rnorm(1,0,ssd)} devs plot(-10,-10,xlim=c(1,24),ylim=c(0,20000))
2008 Mar 31
2
another iconv question
Hi All, I am trying to help my friend set up his rsync with iconv. Presently it works fine but re-copies every file with an umlaute in the filename. I saw a recent post about this and the fix but... he ran "locale" ( both source and dest are on same machine) and is running on a German-Swiss locale xserve-backup-02:/Volumes/Backup RAID 8TB teleclub$ locale LANG=
2018 Jan 31
1
Problems with "predict" function
Hello, I am synthesising some sales data over a twelve month period, and then trying to use the "predict" function, firstly to generate a thirteenth month forecast with upper and lower 95% confidence limits. So far so good But what I then want to do is add the upper sales value at the 95th confidence limit to the vector of thirteen months and their respective sales to create a
2006 Mar 22
1
calculate difference of consecutive cells in vector
Hi in dataframe I want to subtract the "next" value in the list from the former one to get this: name var1 output a 9 506 b 515 512 c 1027 453 so I subtract: table$var1[2]-table$var1[1] and write it into table$output[1] etc.. I did this with: for (i in 1:(length(table$var1)){ table$output[i] <- table$var1[i+1]-table$var1[i] } it works
2004 Nov 16
3
questions
...you think, when will theora 1.0 be ready to be released? i am just writing a proposal for my college (www.hfg-offenbach.de) to set up a theora/ torrent site for all the video content- and perhaps a platform linking up a number of unis and colleges across europe. yours, steven -- Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD ++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++
2004 Oct 27
2
application with java?!
...o i need to install Java? (i have already tried this but it complains that i do not have enough memory) Any hints? Tips? It would be sooooo amazing if we could get this baby up and running ;) What do you need to know more to take me a little further? Thanks, Mario -- +++ GMX DSL Premiumtarife 3 Monate gratis* + WLAN-Router 0,- EUR* +++ Clevere DSL-Nutzer wechseln jetzt zu GMX: http://www.gmx.net/de/go/dsl
2007 Feb 01
2
Index mapping on arrays
Dear R-community, I have some trouble with index mappings for arrays. If, for example, I have the array R> A <- array(1:9, c(3,3,2)) and two index mappings both of same size R> x <- c(2, 3) R> y <- c(1, 2) Now I want to access the elements (A[1, x[i], y[i]])_i of A, i.e. A[1, x[1], y[1]] = A[1, 2, 1] and A[1, x[2], y[2]] = A[1, 3, 2]. If I use R> A[1, x, y] I would get
2009 Feb 10
2
Problem installing MASS-Package
Dear R-Help-Team, I tried to use isoMDS-Function of the MASS-Package: Message: Fehler: konnte Funktion "isoMDS" nicht finden (error: could not find function "isoMDS") so I tried to install the package MASS: > utils:::menuInstallPkgs() versuche URL 'http://cran.rakanu.com/bin/windows/contrib/2.8/VR_7.2-45.zip' Content type 'application/zip' length 1598763
2005 Feb 23
2
[LLVMdev] Python bindings for LLVM API
Hi, I would like to share my experimental LLVM API Python bindings with the LLVM enthusiasts. I have created Boost.Python wrappers largely for the VMCore interface and other selected interfaces (e.g. ExecutionEngine). The bindings provide direct runtime access to the LLVM bytecode and JIT execution features from Python. The bindings are complete enough so that one can e.g. run the Fibonacci
2009 Feb 04
1
Use Speex on embedded ARM-device...
Hi Jean-Marc, I have just discovered the post of Vit Kanevsky and I have already sent him a message. I'm currently evaluating the work of stripping stuff on the win32 platform(nicer workflow ;-) and noticed that I could not just leave out the exc_*_table.c files without getting compiler/linker warning, but possibly I made a mistake there. Is my assumption correct that I just need the
2004 Feb 23
0
Package "ref" implements references and referenceable data.frames for the S-language
...Feedback about problems or successful example uses is welcome. Please use the email address given in the package DESCRIPTION and please don't cc to lists for spam prevention. Best regards Jens Oehlschl?gel -- GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...) jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++ _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2004 Feb 16
1
consensus trees/groups from clustering
Hi, I wish to build consensus groups/tree from a set of bootstraps from a clustering algorithm such as hc or k-means, but can't find an R-function that does this. Does anyone know of an R procedure/function which allows one to build such consensus groups/tree .? Many thanks, Andrew ******************************************************************* Dr Andrew E Teschendorff Hutchison/MRC
2004 Feb 23
0
Package "ref" implements references and referenceable data.frames for the S-language
...Feedback about problems or successful example uses is welcome. Please use the email address given in the package DESCRIPTION and please don't cc to lists for spam prevention. Best regards Jens Oehlschl?gel -- GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...) jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++ _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2006 May 20
0
No subject
#short example version of input file with 2 runs and 5 time steps (instead of 17 runs and 500 time steps) run t cover 1 1 0.234306 1 2 0.188896 1 3 0.198193 1 4 0.213959 1 5 0.184952 2 1 0.189316 2 2 0.185631 2 3 0.20211 2 4 0.216064 2 5 0.216064 #calculate the correlation of lag 1 over 17 replicates a<-0 for (i in 1:17) { c<-ts( cover[run==i] ) d<-acf( c, lag=1, plot=F) a<-a+d$acf[2]
2006 Sep 02
3
Dividing objects in classes using function sample()
Hello everyone, I've a problem and dont know how to solve. This is my first posting and it would be fantastic if you could help me. I want to divide n objects in k classes and need an output with all (n+1)(n+2)/2 possibilities. For example n=4, k=3: That would be: 4 0 0 3 1 0 3 0 1 2 2 0 2 1 1 2 0 2 1 3 0 1 2 1 1 1 2 1 0 3 0 3 1 0 2 2 0 1 3
2007 Mar 24
1
frequency tables and sorting by rowSum
Dear list, I have some trouble generating a frequency table over a number of vectors. Creating these tables over simple numbers is no problem with table() > table(c(1,1,1,3,4,5)) 1 3 4 5 3 1 1 1 , but how can i for example turn: 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 into 0 0 1 1 1 0 0 2 0 1 0 3 My second problem is, sorting rows and columns of a matrix by the rowSums/colSums. I did it
2002 Dec 09
1
pxelinux v2.00 & localboot hanging
Is there a solution to pxelinux v2.00 hanging with 'localboot 0' ? I haven't had a good time with v1.76 due to the UNDI corruption bug. I just subscribed and I've searched the archives up to 12/5.
2007 Oct 12
3
How get DHCP-/BOOTP-Options with MEMDISK
Using PXELINUX and MEMDISK I started a MS-DOS-Diskimage. How can I get the DHCP-Options or BOOTP-Tags from within MS-DOS?? (Like bppatch from 3com.) Thanks! _______________________________________________________________________ Jetzt neu! Sch?tzen Sie Ihren PC mit McAfee und WEB.DE. 3 Monate kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220
2007 Mar 22
1
Mailing list beserk - next thing
Hi there! As there seems to be a problem with mailman, I unsubscribed yesterday evening. But I still get Mail - this morning about 700!!! Is there anything I can do about this? I don? t want to get flooded anymore. I sure will resubscribe as soon as the problem is fixed, but as for now, this is not acceptable!!! Greets, Dennis -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
2006 Mar 06
1
./configure doesn't work
I tried to get a new configure skript with autoconf and then run it but it didn't work: ludwig@Ludwigsnb:~/wine$ autoconf ludwig@Ludwigsnb:~/wine$ ./configure checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 checking whether make sets $(MAKE)... no checking for gcc... gcc checking for C compiler default output file name... configure: