View source: R/eta_half_t_sampling.R
low_inc_conf_hyp | R Documentation |
Lower Incomplete Confluent Hypergeometric Function of the second kind
low_inc_conf_hyp(a, b, z, t, regularize = TRUE)
a |
positive scalar |
b |
positive scalar |
z |
positive scalar |
t |
positive scalar |
Returns U(a,b,z,t) := \frac{1}{Γ(a)} \int_0^t x^{a-1}(1+x)^{b-a-1} e^{-zx}dx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.