comp.cbd: Checks the results of Lentz method and internal R Bessel...

Description Usage Arguments Details Value See Also Examples

Description

Checks the results of Lentz method and internal R Bessel function

Usage

1
comp.cbd(n, x, code = "C")

Arguments

n

Order of the ratio given by g[n]=J_n/J_{n+1}.

x

Argument of Bessel functions.

code

If C or native R function.

Details

In order to check the results of Lentz method for calculation of Cylindrical Bessel ratio of consecutive function g[n].

Value

Data frame with the values calculated by the algorithms.

See Also

lcfe.cbi, lcfe.cbl, lcfe.cbd, lcfe.afs, besselJ.

Examples

1
2
comp.cbd(5,4,code="C")
comp.cbd(5,4,code="R")

wendellopes/rvswf documentation built on May 4, 2019, 4:19 a.m.