search for: bessel_k

Displaying 18 results from an estimated 18 matches for "bessel_k".

Did you mean: bessel_i
2007 Jun 18
1
two bessel function bugs for nu<0
#bug 1: besselI() for nu<0 and expon.scaled=TRUE #tested with R-devel (2007-06-17 r41981) x <- 2.3 nu <- -0.4 print(paste(besselI(x, nu, TRUE), "=", exp(-x)*besselI(x, nu, FALSE))) #fix: #$ diff bessel_i_old.c bessel_i_new.c #57c57 #< bessel_k(x, -alpha, expo) * ((ize == 1)? 2. : 2.*exp(-x))/M_PI #--- #> bessel_k(x, -alpha, expo) * ((ize == 1)? 2. : 2.*exp(-2.0*x))/M_PI #bug 2: besselY() for nu<0 #don't know how to check in R; a few random checks against mathematica 5.2 #fix: #$ diff bessel_y_old.c bessel_y_new.c #55c55 #&lt...
2002 Oct 17
1
underflow handling in besselK (PR#2179)
The besselK() function knows about overflows/underflows internally; there is a constant xmax_BESS_K in src/nmath/bessel.h (and referred to only in bessel_k.c), equal to 705.342, which is checked if expon.scaled is FALSE. (The equivalent number for bessel_i.c is 709, defined as exparg_BESS in bessel.h.) However, besselK(x) silently returns +Inf if x>705.342. This behavior is reasonable for besselI (where the problem is an overflow), but seems wron...
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
...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 qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchi...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...nclude -I../../src/include -c polygamma.c -o polygamma.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_i.c -o bessel_i.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_j.c -o bessel_j.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_k.c -o bessel_k.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_y.c -o bessel_y.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c choose.c -o choose.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c snorm.c -o snorm.o gcc -ieee_with_inexact -g...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...../src/include -c polygamma.= c -o = polygamma.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_i.c= -o = bessel_i.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_j.c= -o = bessel_j.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_k.c= -o = bessel_k.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_y.c= -o = bessel_y.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c choose.c -= o = choose.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c snorm.c -o= = snorm.o gcc -ieee...
1998 Dec 08
0
R compile problems with AIX
...include -c lbeta.c -o lbeta.o gcc -g -O2 -I../include -I../../src/include -c polygamma.c -o polygamma.o gcc -g -O2 -I../include -I../../src/include -c bessel_i.c -o bessel_i.o gcc -g -O2 -I../include -I../../src/include -c bessel_j.c -o bessel_j.o gcc -g -O2 -I../include -I../../src/include -c bessel_k.c -o bessel_k.o gcc -g -O2 -I../include -I../../src/include -c bessel_y.c -o bessel_y.o gcc -g -O2 -I../include -I../../src/include -c choose.c -o choose.o gcc -g -O2 -I../include -I../../src/include -c snorm.c -o snorm.o gcc -g -O2 -I../include -I../../src/include -c sunif.c -o sunif.o gcc -g...
1998 Dec 08
0
R compile problems with AIX
...include -c lbeta.c -o lbeta.o gcc -g -O2 -I../include -I../../src/include -c polygamma.c -o polygamma.o gcc -g -O2 -I../include -I../../src/include -c bessel_i.c -o bessel_i.o gcc -g -O2 -I../include -I../../src/include -c bessel_j.c -o bessel_j.o gcc -g -O2 -I../include -I../../src/include -c bessel_k.c -o bessel_k.o gcc -g -O2 -I../include -I../../src/include -c bessel_y.c -o bessel_y.o gcc -g -O2 -I../include -I../../src/include -c choose.c -o choose.o gcc -g -O2 -I../include -I../../src/include -c snorm.c -o snorm.o gcc -g -O2 -I../include -I../../src/include -c sunif.c -o sunif.o gcc -g...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...rom 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 making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making pgamma.d from pgamma.c making qgamma.d from qgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d...
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)
...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 plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchis...
2001 Jul 25
2
Installation help
...rom 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 making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making pgamma.d from pgamma.c making qgamma.d from qgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d...
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
2000 Oct 31
1
conflicting types for `Rf_stirlerr
...ms.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 bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making pgamma.d from pgamma.c making qgamma.d from qgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...rom 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 making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making dgamma.d from dgamma.c making sexp.d from sexp.c making pgamma.d from pgamma.c making qgamma.d from qgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...rom 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 making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making qgamma.d from qgamma.c making pgamma.d from pgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d...
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)
...rom 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 making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making pgamma.d from pgamma.c making qgamma.d from qgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d...
1999 Aug 03
2
compliation problem
Problem compiling R. version: 0.64.2 machine: SGI O2 OS: IRIX6.5 CC cc FC f77 MAKE GNU make 3.75 Here is part of the the output for make. make[2]: Leaving directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/include' make[2]: Entering directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/appl' cc -g -OPT:IEEE_NaN_inf=ON -I../include
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...rom 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 making bessel_j.d from bessel_j.c making bessel_k.d from bessel_k.c making bessel_y.d from bessel_y.c making choose.d from choose.c making snorm.d from snorm.c making sexp.d from sexp.c making dgamma.d from dgamma.c making qgamma.d from qgamma.c making pgamma.d from pgamma.c making rgamma.d from rgamma.c making dbeta.d from dbeta.c making pbeta.d...