comp.rbl: 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.rbl(n, x, code = "C")

Arguments

n

Order of the logarithmic derivative given by c_n=ψ_n'/ψ_n, where ψ_n=xj_n(x).

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 Ricatti-Bessel logarithmic derivative D_n.

Value

Data frame with the values calculated by the algorithm.

See Also

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

Examples

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

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