kummer: Confluent hypergeometric or Kummer function

Description Usage Arguments Details Value Author(s)

Description

Partial implementation of the confluent hypergeometric function {}_{1}F_{1}(x ; a; b)

Usage

1
2
kummer(x, a, b, relTol = 1e-08,
  nThreads = RcppParallel::defaultNumThreads())

Arguments

x,

a, b numeric vectors of the same length

relTol

relative tolerance (default value 1e-6) understood as the ratio of each term in the series relative to the sum

nThreads

number (default the number of all cores, including logical cores) to use for computation

Details

This function is implemented in C++. It is based on Pearson et al (2016). It only implements the Taylor series method together with an asymtoptic expansion based on Watson's lemma

Value

Return a numeric vector with the values of the function

Author(s)

Luis Sanguiao Bogdan Oancea


MobilePhoneESSnetBigData/pestim documentation built on May 31, 2019, 2:44 p.m.