search for: igpm

Displaying 8 results from an estimated 8 matches for "igpm".

Did you mean: gpm
2011 Oct 26
1
help with means using tail()
Hi all,   I have 5 series  (5 ts objects: rp, igpm, ereal, jurosreal, crescpib), and want to create a vector with the means of the last values of each variable. What I did was this:   mrp1<-mean(tail(rp,9)) migpm1<-mean(tail(igpm,9)) mereal1<-mean(tail(ereal,9)) mjr1<-mean(tail(jurosreal,9)) mcp1<-mean(tail(crescpib,9)) means=rbind(m...
2002 Jan 29
2
Non-standard usage of rsync
Hi, I am thinking about a non-standard usage of rsync (at least not mentioned in the man file) I want to synchronized my collegues home directories(trees) each night AND store rsync's internal updating commands (reversed) to be able to restore the state of a directory the day before. This would require - saving the internal updating commands in a separate directory - reversing these commands
2003 Feb 26
4
[2.5.6] File table overflow
Hi, on my linux box (2.4.21-pre4-ac4) I've used rsync to mirror a rather large /usr/local tree (4 Gb) After transmission of many files I get the error message rsync error: some files could not be transferred (code 23) at main.c(1045) According to /usr/include/asm/errno.h the code 23 says File table overflow What can I do about that? Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer
2011 Oct 27
2
creating vector os zeros for simulations (beginner's question)
Dear R helpers,   I know this is a simple task, but I'm new to R and I'm still havind difficulties with the language. I want to create 30 vectors to be used in a simulation, each with 1 columm and 5 lines, of random numbers N(0,1). What I tried was this:   N=150 u2<-rep(1:150,0) u2<-list(matrix(0,5)) u2 for(i in 1:N) { u2[i]<-rnorm(5) } u2 ### also tried this: N=150
2011 Oct 18
0
how to use VARselect with missing values - beginner's question
Dear R helpers,   I have a ts object, dadosvar, and want to run a VAR. These are my data:   > dadosvar[1:15,]          dl    rp        igpm   ereal crescpib jurosreal  [1,] 32.31    NA 39.07  419.59       NA   7025.95  [2,] 32.00    NA 40.78  596.57       NA  13401.25  [3,] 32.70    NA 45.71  867.63       NA   7738.64  [4,] 33.22    NA 40.91 1261.36       NA  15669.95  [5,] 33.58    NA 42.58 1832.68       NA   8741.45  [6,] 33.12    NA...
2010 Nov 15
1
Two problems: -u together with -c and and a symlink problem
Hi, I have two problems with rsync 1st) if I give both commandline options -u and -c it looks as if a file which is more recent but different on the destination is not updated, i.e. -u overrules -c Is that true? 2nd) There is a symlink A on <SourceDir> which refers to a directory On the other hand, A is the name of a subdirectory of <DestDir> Now doing
2004 Feb 10
2
mirroring without a network
Hi, this might be offtopic - please excuse if it turns out to be. I have rather big ( > 20 Gb) source archives on two different machines. Unfortunately there is only a very slow network connection between these machines. To synchronize these two archives (directory trees), I'd like to generate a directory tree of signature files (instead of the real ones). Then I would copy only these to
2005 Jul 29
2
segment fault with 2.6.6 or CVS
Hi, I've rebuilt rsync (which was running just fine for quite some time) and it works if used via ssh or if the daemon is started via ssh. But it crashed in daemon mode (started standalone or by xinetd) Here is the gdb log gdb ... set follow-fork-mode child run --daemon --no-detach Program received signal SIGSEGV, Segmentation fault. [Switching to process 32521] 0x08056577 in glob_expand