Displaying 20 results from an estimated 800 matches similar to: "Modified Bessel function of third kind (fractional or real order)"
2004 Oct 10
1
Modified Bessel function (third kind)
Hi:
There is a Modified Bessel function (third kind,
real order) besselK in R. Is there a C version of this
function?
I can only find a Fortran function rkbesel on
http://www.netlib.org/specfun/. However, this rkbesel
fortran function is the second kind.
Thank you!
liu
_______________________________
Declare Yourself - Register online to vote today!
2004 Sep 15
6
Bessel function
Dear all
Currently, I'm implementing the generalized hyperbolic distribution into
Splus. Unfortunately the Bessel function is not implemented in Splus. In
R the Bessel function does exist but it is an internal function and I'm
not able to look at the code.
Is there any possibility to see the code of the Bessel function in R or
does anybody has an implementation of the Bessel function in
2002 Dec 11
3
Modified Bessel Function - 2nd kind
In order to fit a probability distribution proposed by Sichel [Journal of
the Royal Statistical Society. Series A (General), Vol. 137,
No. 1. (1974), pp. 25-34], I need a modified Bessel function of the 2nd
kind. I notice that the base package of "R" only has modified Bessel
functions of the 1st and 3rd kind. Does a modified Bessel function of the
2nd kind exist anywhere?
Many
2005 Jan 27
1
computing roots of bessel function
I am not yet a R user but I will be soon.
I am looking for the R command and syntax to compute the roots of Bessel
function i.e. computing the z values that lead to Jnu(z)=0 where J is a
Bessel function or order nu.
May You help me ?
thanks in advance.
Dr Catherine COUTAND
Institut National de la Recherche Agronomique (INRA)
umr Physiologie Int?grative de l'Arbre Fruitier et Forestier
2009 Nov 20
1
Bessel function with large index value
I am looking for a method of dealing with the modified Bessel function
K_\nu(x) for large \nu.
The besselK function implementation of this allows for dealing with
large values of x by allowing for exponential scaling, but there is no
facility for dealing with large \nu.
What would work for me would be an lbesselK function in the manner of
lgamma which returned the log of K_\nu(x) for large
2008 Mar 09
2
Bessel functions of complex argument
Dear R users,
I'm porting a piece of Matlab code to R, but I'm now stuck with the
following: I need an equivalent of besselJ(x, nu) that can handle a
complex argument x. I couldn't find any R implementation. I did find
a possible fortran solution in SLATEC (< http://www.netlib.org/slatec/
> , CBESJ-C), however I've never tried to use external C or Fortran
code
2008 Mar 09
2
Bessel functions of complex argument
Dear R users,
I'm porting a piece of Matlab code to R, but I'm now stuck with the
following: I need an equivalent of besselJ(x, nu) that can handle a
complex argument x. I couldn't find any R implementation. I did find
a possible fortran solution in SLATEC (< http://www.netlib.org/slatec/
> , CBESJ-C), however I've never tried to use external C or Fortran
code
2008 Nov 09
1
[Rd] Re Bessel functions of complex argument
Dear all,
I'm writing a code that requires Bessel functions with complex argument.
Searching the list, I found the continuation of a thread I initiated a few
months ago:
http://tolstoy.newcastle.edu.au/R/e4/devel/08/03/0746.html
As I understand, the most promising option would be to use the fortran or C
implementation of Amos,
2001 Sep 21
0
R 1.3.1 fails 'make check' on arm in the Bessel example (PR#1097)
Debian tries to build its packages on a variety of platforms. The arm
platform compiled 0.90.1 (the last Debian release before the Debian package
required an Atlas library, something we no longer require) failed in 'make
check'. The log snippet follows; I traced this to the example(Bessel) code.
> matplot(nu, t(outer(xx,nu, besselI)), type = 'l', ylim = c(-50,200),
+
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. :
2008 Aug 09
3
matrix name
Hello,
Presently, we are able to add additionnal info to a matrix
thanks to the nice comment() and attr() functions.
Maybe I miss some other functions ?
Since there is a always a little remaining place on the
top left when one print a matrix,
I was wondering if it won't be interesting to offer the
possibility to show some information here,
I'm thinking on something like :
> attr(M,
2007 Sep 09
1
format text help pages Windows
Dear list,
Could someone enlighten me a bit on the
exact format used for text help pages
as I see them on Windows in the help/
folders of (compiled) package roots.
When opening an example of these files
in a text editor (?Bessel in GNU emacs),
the file is displayed as follows:
_^HB_^He_^Hs_^Hs_^He_^Hl_^H _^HF_^Hu_^Hn_^Hc_^Ht_^Hi_^Ho_^Hn_^Hs
Bessel package:base
2003 Nov 06
1
some error messages using arm cpu with Debian
I have a small handheld pc having ARM process as a CPU. I installed debian and installed R using apt-get command. Everything worked great except for drawing even simple graphs
x <- 1:10
plot(x)
I got error messages
1: Nonfinite axis limits [GScale(nan,nan,1, .); log=0]
2: relative range of values = 9.0072e+15 * EPS, is small (axis 1).
3: Nonfinite axis limits
2000 Mar 06
1
A new way for an Alpha to fail
Previously I had managed to get R-0.99.0 to compile and pass the tests
on a Debian Linux/Alpha 2.2 system by recompiling src/main/optim.c by
hand omitting the -O2 flag.
I just tried R-1.0.0 on a similarly configured machine, although not
the same machine as before, and it compiled ok but failed the tests.
This time it fails on
bessel> x <- seq(0, 4, len = 501)
bessel> plot(x, x, ylim
2007 Jun 14
1
besselK
Assistance,
besselK- complex number problem
Im a student intrested in using R in my learning and research work in option pricing however i have a problem with besselK function In R.
Would you assit me in computing the besselK of third kind of a complex number in R.
Any code or suggestion will be highly appriceiated
eg
besselK(2,10) works well.. but
besselK(2,10i) doesnt work !!
im
2005 Jan 20
1
Straight-line fitting with errors in both coordinates
Hi All,
I want to fit a straight line into a group of two-dimensional data points with
errors in both x and y coordinates. I found there is an algorithm provided in
"NUMERICAL RECIPES IN C" http://www.library.cornell.edu/nr/bookcpdf/c15-3.pdf
I'm wondering if there is a similar function for this implemented in R. And
how can I change the objective function, from example, from sum
2002 Nov 26
2
Existence of non-vectorised functions
Dear R-Group:
Recently, I ran into a problem. I was using a function called "I.1",
which evaluates the first-order modified Bessel function of the first
kind, in the package "CircStats". This function is not vectorized,
since it uses a couple of "if" conditions. However, when I called this
function with a vector argument, I got no error/warning messages in
2009 Apr 07
2
Maple and R
Hi R-users,
Can Maple function be exported to R?
I have a jacobian matrix (4X4)?from maple in algebraic form which involve modified Bessel function of the first kind.
I just wonder whether we can use algebraic form into R before the value of the parameters can be estimated.
Thank you so much for your attention and help.
2019 Feb 19
3
Documentation for sd (stats) + suggestion
I cannot file suggestions on bugzilla, so writing here.
As far as I can tell, the manual help page for ``sd``
?sd
does not explicitly mention that the formula for the standard deviation is
the so-called "Bessel-corrected" formula (divide by n-1 rather than n).
I suggest it should be stated near the top.
I would also suggest (feature request!) that either
- a population standard
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