lcfe.afs: Auxiliary function S_n(x)=n/x. Used on calculations of Bessel...

Description Usage Arguments Value Examples

Description

Auxiliary function S_n(x)=n/x. Used on calculations of Bessel functions.

Usage

1
lcfe.afs(n, x)

Arguments

n

The order of the Bessel function.

x

The argument of the Bessel function.

Value

The value n/x.

Examples

1
2
3
4
u<-0:100
n<-sample(u,10)
x<-sample(u,10)
print(data.frame(n,x,"n/x"=n/x,"lcfe.afs"=lcfe.afs(n,x)))

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