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

Arguments

n

Order of the logarithmic derivative given by D_n=J_n'/J_n.

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 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.cbl(5,4,code="C")
comp.cbl(5,4,code="R")

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