search for: acvs

Displaying 14 results from an estimated 14 matches for "acvs".

Did you mean: acks
2005 Mar 17
1
Cross validation, one more time (hopefully the last)
I apologize for posting on this question again, but unfortunately, I don't have and can't get access to MASS for at least three weeks. I have found some code on the web however which implements the prediction error algorithm in cv.glm. http://www.bioconductor.org/workshops/NGFN03/modelsel-exercise.pdf Now I've tried to adapt it to my purposes, but since I'm not deeply familiar
2009 Jan 27
9
rsync compression (-z) and timestamp
Hi @all! Sorry about that many questions, but after searching and reading tons different web sites, I didn't find exactly what I am searching for. So, I know that with the -z Option rsync compresses the files with gzip, than the files are transfared and at the target machine uncompressed. I want to know, is there a possibility to see how big the compressed file is, which rsync generates
2008 Dec 27
1
indexed expression
Hello expeRts, I need generate symbolize the autocovariances matrix of a Gaussian ARMA(1,1), for derivate it and evaluate. I try this codes, but whitout sucess vacv<-NULL vacv[1]<-1-2*phi*theta-theta^2 vacv[2]<-(1-phi*theta)*(phi-theta) vacv[3:n]<-acv[2]*(phi^(1:(n-2))) facv<-list() for(i in 1:2)
2007 Jul 19
2
rsync bug?? (rsync fails when -C is used).
hi, All. I just compiled the latest rsync (2.6.9). but I'm getting an error when I use the -C option. eg: $ rsync -aCv host1:/home/john/data/ /home/john/data receiving file list ... ERROR: out of memory in add_rule [sender] rsync error: error allocating core memory buffers (code 22) at util.c(115) [sender=2.6.9] rsync: connection unexpectedly closed (8 bytes received so far) [receiver]
2005 Jun 27
5
adding a new log-format escape
I'm adding a new escape to log-format, %s, to print out the checksum of a file, and I've got a couple problems. They've got to be simple bugs, but I haven't been able to figure them out. The following patch gives me a broken pipe and a bus error when I test it. Note that I've applied the md5 patch beforehand. diff -Naur rsync-2.6.5-md5/log.c rsync-2.6.5/log.c ---
2012 Oct 04
0
[LLVMdev] interesting possible compiler bug
...me real program can be made to fail because of this. If I were writing this test case for LPT, I would call an external function and pass the value curr to it. If I was really paranoid about compiling it with an -O4 compiler, I would write an assembly language program. Back in the day, in the ACVS (Ada compiler validation suite), they used to call functions that were noops but that had some complex recursion that no compiler could unwind and realise that it was a noop. So that is probably the safest. I can't remember anymore the exact form of these recursive functions in the suite as...
2012 Oct 05
1
[LLVMdev] interesting possible compiler bug
...l because of this. > > If I were writing this test case for LPT, I would call an external > function and pass the value curr to it. > > If I was really paranoid about compiling it with an -O4 compiler, I would > write an assembly language program. > > Back in the day, in the ACVS (Ada compiler validation suite), they used to > call functions that were noops but that had some complex recursion that no > compiler could unwind and realise that it was a noop. So that is probably > the safest. I can't remember anymore the exact form of these recursive > functions...
2012 Oct 04
2
[LLVMdev] interesting possible compiler bug
>>>>> On Mon, 1 Oct 2012 19:40:58 -0700, Nick Lewycky <nlewycky at google.com> said: > On 1 October 2012 18:34, reed kotler <rkotler at mips.com> wrote: > This code is essentially from an LTP test ( > http://ltp.sourceforge.net/ ). > #include <stdlib.h> > int main() {   void  *curr; >   do {     curr =
2004 Oct 09
1
writefd_unbuffered failed to write - Broken pipe
I am using Rsync 2.6.3 , and have tried rsync 2.6.2 also. I am attempting to push about 990G from one machine to another. Whenever I do this, it processes about 1/3 the way through and I receive the following error during the transfer, and it stops. Could this be a problem with it running as a cron job? The command I am using is /usr/local/bin/rsync -acv --stats /data/ server::data Any
2018 Feb 21
2
Tinc no start as service
Hello. I am using tinc for some years now. Since I migrated my OVH VPS from Strassbourg to Limburg with Debian 9 tinc don`t start as Service. Because of the VPS i use systemctl commands, but it uses the init scripts instead I copied the same config. But it doesn`t start as service. If I start tinc with "-n <netname>" from console it all works like it should be. The problem
2013 Sep 06
1
How to get local variable name from object id or memory reference in ruby?
Follow the code :- class Sample def bar p method(__method__).receiver # only `self` would do the trick. end end n1=Sample.new # => #<Sample:0x13bc648> n2=Sample.new # => #<Sample:0x13bc630> n1.bar # => #<Sample:0x13bc648> n2.bar # => #<Sample:0x13bc630> But this is my try. I am looking for any method is available in Ruby,into which say if I pas
2012 Oct 02
0
[LLVMdev] interesting possible compiler bug
On 1 October 2012 18:34, reed kotler <rkotler at mips.com> wrote: > This code is essentially from an LTP test ( http://ltp.sourceforge.net/). > > > #include <stdlib.h> > > int main() { > void *curr; > > do { > curr = malloc(1); > } while (curr); > > return 0; > > } > > If you compile it with no optimization, it will keep
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
--Apple-Mail-30--530209534 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I recently reformatted my hard disk on my MacBook Pro using a clean install of Leopard (had Leopard before too but not from a clean install). I had to reinstall R, and therefore installed the new version 2.7.1 for Mac. In preparing some graphs, I noticed
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking