log_Bessel_K: calculates log(K(x, nu)) where K is the modified Bessel...

Description Usage Arguments Value Examples

View source: R/Untitled.R View source: R/Support_functions.R

Description

calculates log(K(x, nu)) where K is the modified Bessel function of the Second kind.

calculates log(K(x, nu)) where K is the modified Bessel function of the Second kind.

Usage

1
2
3
log_Bessel_K(x, nu)

log_Bessel_K(x, nu)

Arguments

x

A complex number.

nu

degree of the Bessel function

Value

The log(K(x,nu))

The log(K(x,nu))

Examples

1
2
3
4
5
6
log_Bessel_K(10,.5)
log_Bessel_K(10+3*1i,0)
 log_Bessel_K(10000,0)
log_Bessel_K(10,.5)
log_Bessel_K(10+3*1i,0)
 log_Bessel_K(10000,0)

subhadippal2019/BVNF documentation built on March 12, 2021, 10:05 p.m.