search for: rcont

Displaying 10 results from an estimated 10 matches for "rcont".

Did you mean: cont
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...hours so far), the process is unresponsive >> to SIGINT (but I call kill it with TERM), and the process >> still consumes cycles on the CPU. >> Torsten> This is due to calling `exp' with a very small Torsten> value leading to a zero return value in rcont2 Torsten> (src/appl/rcont.c) line 70: yes, that's correct. Please, before anyone starts changing the code: I have had an version of rcont.c in my own code tree which uses much less goto's than the current official code. I'd like to commit it (with an error message for the...
2005 Mar 29
1
final stages of installing R - please help?
...hen ran 'make'. Here are the last few lines from the 'make' output to the screen: rm -f libappl.a false cr libappl.a approx.o bakslv.o bandwidths.o binning.o chull.o cpoly.o cumsum.o fft.o fmin.o integrate.o interv.o lbfgsb.o loglin.o lowess.o machar.o maxcol.o massdist.o pretty.o rcont.o rowsum.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dchdc.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o lminfl.o blas.o zgemm.o make[3]: *** [libappl.a] Error 1 make[3]: Leaving direc...
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...stance.o hclust-utils.o nls.o rWishart.o HoltWinters.o PPsum.o arima.o burg.o filter.o mAR.o pacf.o starma.o port.o fa mily.o sbart.o approx.o loglin.o lowess.o massdist.o splines.o lm.o complete_cases.o cov.o deriv.o fft.o fourier.o model.o optim .o optimize.o integrate.o random.o distn.o zeroin.o rcont.o influence.o bsplvd.o bvalue.o bvalus.o loessf.o ppr.o qsbart.o sgram .o sinerp.o sslvrg.o stxwx.o hclust.o kmns.o eureka.o stl.o portsrc.o lminfl.o -fopenmp -L../../../../lib -lRlapack -lgfortran - lm /opt/lib/gcc/powerpc-ibm-aix5.3.0.0/4.7.4/libgcc.a -lg -lm /opt/lib/libintl.a /opt/lib/libiconv....
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
On 2015-10-15 15:02, Prof Brian Ripley wrote: > On 15/10/2015 13:32, Michael Felt wrote: >> Hi. >> >> Just wanted to let you know I am getting close to packaging R for AIX in rephrase - would like to be active in keeping R binaries current for AIX. My interest in not in R per se (rather a colleague who has a project that uses R, so I hope to assist him, and others like him).
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...I mean, the function call never returns (running > 10 hours > so far), the process is unresponsive to SIGINT (but I call kill it with > TERM), and the process still consumes cycles on the CPU. > This is due to calling `exp' with a very small value leading to a zero return value in rcont2 (src/appl/rcont.c) line 70: x = exp(fact[iap - 1] + fact[ib] + fact[ic] + fact[idp - 1] - fact[ie] - fact[nlmp - 1] - fact[igp - 1] - fact[ihp - 1] - fact[iip - 1]); if (x >= dummy) { goto L160; }...
2003 Dec 13
0
chisq.test() and r2dtable() freezing on certain inputs (PR#5701)
...r), the process is unresponsive >>> to SIGINT (but I call kill it with TERM), and the >>> process still consumes cycles on the CPU. >>> Torsten> This is due to calling `exp' with a very small Torsten> value leading to a zero return value in rcont2 Torsten> (src/appl/rcont.c) line 70: MM> yes, that's correct. However, as I have found out now, the real reason *is* integer overflow (in multiplication), as I had guessed originally (but didn't believe anymore for a while after your exp() underflow diagnosis). Note that th...
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody, I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and 3.3, respectively. The following call seems to freeze the interpreter on both systems: > chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2), simulate.p.value=TRUE) By freeze, I mean, the function call never returns (running > 10 hours so far), the process is unresponsive to SIGINT (but I
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...aking cpoly.d from cpoly.c making cumsum.d from cumsum.c making fft.d from fft.c making fmin.d from fmin.c making integrate.d from integrate.c making interv.d from interv.c making lbfgsb.d from lbfgsb.c making machar.d from machar.c making maxcol.d from maxcol.c making pretty.d from pretty.c making rcont.d from rcont.c making rowsum.d from rowsum.c making stem.d from stem.c making strsignif.d from strsignif.c making tabulate.d from tabulate.c making uncmin.d from uncmin.c making zeroin.d from zeroin.c make[3]: Leaving directory `/dev/shm/portage/dev-lang/R-2.15.1/work/R-2.15.1/src/appl' make[3]...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...aking cpoly.d from cpoly.c making cumsum.d from cumsum.c making fmin.d from fmin.c making integrate.d from integrate.c making fft.d from fft.c making interv.d from interv.c making lbfgsb.d from lbfgsb.c making maxcol.d from maxcol.c making machar.d from machar.c making pretty.d from pretty.c making rcont.d from rcont.c making rowsum.d from rowsum.c making stem.d from stem.c making strsignif.d from strsignif.c making tabulate.d from tabulate.c making uncmin.d from uncmin.c making zeroin.d from zeroin.c gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...aking cpoly.d from cpoly.c making cumsum.d from cumsum.c making fmin.d from fmin.c making integrate.d from integrate.c making fft.d from fft.c making interv.d from interv.c making lbfgsb.d from lbfgsb.c making maxcol.d from maxcol.c making machar.d from machar.c making pretty.d from pretty.c making rcont.d from rcont.c making rowsum.d from rowsum.c making stem.d from stem.c making strsignif.d from strsignif.c making tabulate.d from tabulate.c making uncmin.d from uncmin.c making zeroin.d from zeroin.c gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H...