View source: R/hypergeometric1F1.R
hypergeometric1F1 | R Documentation |
Compute the Confluent Hypergeometric function: 1F1(a,b,c,t) = Gamma(b)/(Gamma(b-a)Gamma(a)) Int_0^1 t^(a-1) (1 - t)^(b-a-1) exp(c t) dt
hypergeometric1F1(a, b, c, laplace = FALSE, log = TRUE)
a |
arbitrary |
b |
Must be greater 0 |
c |
arbitrary |
laplace |
The default is to use the Cephes library; for large a or s this may return an NA, Inf or negative values,, in which case you should use the Laplace approximation. |
log |
if TRUE, return log(1F1) |
Merlise Clyde (clyde@stat.duke.edu)
Cephes library hyp1f1.c
Other special functions:
hypergeometric2F1()
,
phi1()
,
trCCH()
hypergeometric1F1(11.14756, 0.5, 0.00175097)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.