Displaying 19 results from an estimated 19 matches for "gammalim".
Did you mean:
gammalims
2000 Aug 26
0
Re: [R] too large alpha or beta in dbeta ? (PR#643)
...the patch is
--- src/nmath/dbeta.c 2000/03/03 17:18:30 1.7
+++ src/nmath/dbeta.c 2000/08/25 16:16:35 1.8
@@ -30,7 +30,15 @@
#ifdef IEEE_754
/* NaNs propagated correctly */
if (ISNAN(x) || ISNAN(a) || ISNAN(b)) return x + a + b;
+
+# define xmax 171.61447887182298/* (fixme) -->> ./gammalims.c */
+
+#else
+ static double xmax = 0; double xmin;
+ if (xmax == 0)
+ gammalims(&xmin, &xmax);
#endif
+
if (a <= 0 || b <= 0) ML_ERR_return_NAN;
if (x < 0 || x > 1)
@@ -35,10 +43,13 @@
if (x < 0 || x > 1)
return R_D__0;
+
+#define R_LOG_DBETA...
2000 Aug 28
0
Re: [R] too large alpha or beta in dbeta ? (PR#643)
...the patch is
--- src/nmath/dbeta.c 2000/03/03 17:18:30 1.7
+++ src/nmath/dbeta.c 2000/08/25 16:16:35 1.8
@@ -30,7 +30,15 @@
#ifdef IEEE_754
/* NaNs propagated correctly */
if (ISNAN(x) || ISNAN(a) || ISNAN(b)) return x + a + b;
+
+# define xmax 171.61447887182298/* (fixme) -->> ./gammalims.c */
+
+#else
+ static double xmax = 0; double xmin;
+ if (xmax == 0)
+ gammalims(&xmin, &xmax);
#endif
+
if (a <= 0 || b <= 0) ML_ERR_return_NAN;
if (x < 0 || x > 1)
@@ -35,10 +43,13 @@
if (x < 0 || x > 1)
return R_D__0;
+
+#define R_LOG_DBETA...
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
...99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c signrank.c -o signrank.o
rm -rf libnmath.a
ar cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o
fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o
expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o
gamma_cody.o beta.o lbeta.o polygamma.o bessel_i.o bessel_j.o bessel_k.o
bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o rgamma.o
dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o dnorm.o
pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o ql...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...g fprec.d from fprec.c
making fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
m...
2000 Oct 31
1
conflicting types for `Rf_stirlerr
...ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making fsquare.d from fsquare.c
making fcube.d from fcube.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
making bessel_j.d from be...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...de -I../../src/include -c chebyshev.c -o
chebyshev.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c logrelerr.c -o
logrelerr.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lgammacor.c -o
lgammacor.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gammalims.c -o
gammalims.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gamma.c -o
gamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lgamma.c -o
lgamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gamma_cody.c -o
gamma_cody.o
gcc -ieee_with_inex...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...-c imax2.c
cc -ieee_with_inexact -g -I../../src/include -c imin2.c
cc -ieee_with_inexact -g -I../../src/include -c chebyshev.c
cc -ieee_with_inexact -g -I../../src/include -c logrelerr.c
cc -ieee_with_inexact -g -I../../src/include -c lgammacor.c
cc -ieee_with_inexact -g -I../../src/include -c gammalims.c
cc -ieee_with_inexact -g -I../../src/include -c gamma.c
cc -ieee_with_inexact -g -I../../src/include -c lgamma.c
cc -ieee_with_inexact -g -I../../src/include -c beta.c
cc -ieee_with_inexact -g -I../../src/include -c lbeta.c
cc -ieee_with_inexact -g -I../../src/include -c polygamma.c
cc -iee...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...rc/include -c chebyshev.=
c -o =
chebyshev.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c logrelerr.=
c -o =
logrelerr.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lgammacor.=
c -o =
lgammacor.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gammalims.=
c -o =
gammalims.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gamma.c -o=
=
gamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lgamma.c -=
o =
lgamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gamma_cody=
=2Ec -o =
gamma_cody.o
g...
1998 Dec 08
0
R compile problems with AIX
...ude -c imin2.c -o imin2.o
gcc -g -O2 -I../include -I../../src/include -c chebyshev.c -o chebyshev.o
gcc -g -O2 -I../include -I../../src/include -c logrelerr.c -o logrelerr.o
gcc -g -O2 -I../include -I../../src/include -c lgammacor.c -o lgammacor.o
gcc -g -O2 -I../include -I../../src/include -c gammalims.c -o gammalims.o
gcc -g -O2 -I../include -I../../src/include -c gamma.c -o gamma.o
gcc -g -O2 -I../include -I../../src/include -c lgamma.c -o lgamma.o
gcc -g -O2 -I../include -I../../src/include -c gamma_cody.c -o gamma_cody.o
gcc -g -O2 -I../include -I../../src/include -c beta.c -o beta.o
gcc...
1998 Dec 08
0
R compile problems with AIX
...ude -c imin2.c -o imin2.o
gcc -g -O2 -I../include -I../../src/include -c chebyshev.c -o chebyshev.o
gcc -g -O2 -I../include -I../../src/include -c logrelerr.c -o logrelerr.o
gcc -g -O2 -I../include -I../../src/include -c lgammacor.c -o lgammacor.o
gcc -g -O2 -I../include -I../../src/include -c gammalims.c -o gammalims.o
gcc -g -O2 -I../include -I../../src/include -c gamma.c -o gamma.o
gcc -g -O2 -I../include -I../../src/include -c lgamma.c -o lgamma.o
gcc -g -O2 -I../include -I../../src/include -c gamma_cody.c -o gamma_cody.o
gcc -g -O2 -I../include -I../../src/include -c beta.c -o beta.o
gcc...
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...ages: yes*
I encountered an error running "make -n" with the libtre library not
generating libtre.a:
*rm -rf libnmath.a*
*ar -cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o
fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o
expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o
gamma_cody.o beta.o lbeta.o polygamma.o cospi.o bessel_i.o bessel_j.o
bessel_k.o bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o
rgamma.o dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o
dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnor...
2001 Jul 25
2
Installation help
...g fprec.d from fprec.c
making fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
m...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation
and Administration", including links to external software. Particularly
there is a link to texinfo which is part of Rtools. The documentation is
maintained and it is a sufficient source of information for building R
on Windows.
https://cran.r-project.org/doc/manuals/r-release/R-admin.html
1998 Sep 11
1
R-beta: cannot make R
...de -c fsign.c
gcc -g -O2 -I../include -c fsquare.c
gcc -g -O2 -I../include -c fcube.c
gcc -g -O2 -I../include -c imax2.c
gcc -g -O2 -I../include -c imin2.c
gcc -g -O2 -I../include -c chebyshev.c
gcc -g -O2 -I../include -c logrelerr.c
gcc -g -O2 -I../include -c lgammacor.c
gcc -g -O2 -I../include -c gammalims.c
gcc -g -O2 -I../include -c gamma.c
gcc -g -O2 -I../include -c lgamma.c
gcc -g -O2 -I../include -c beta.c
gcc -g -O2 -I../include -c lbeta.c
gcc -g -O2 -I../include -c polygamma.c
gcc -g -O2 -I../include -c choose.c
gcc -g -O2 -I../include -c snorm.c
gcc -g -O2 -I../include -c sunif.c
gcc -g -O2...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...g fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making expm1.d from expm1.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
m...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...g fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making expm1.d from expm1.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
m...
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old
problem resurface: how should we deal with packages which contain
Fortran code and may need to be linked against additional libraries
such as -lf2c?
The current consensus is that extra Fortran libraries maybe needed are
handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are
added by default if g77 is used.
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...g fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making expm1.d from expm1.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
m...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...g fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making expm1.d from expm1.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
m...