View source: R/eta_half_t_sampling.R
conf_hyp | R Documentation |
Inverse of Lower incomplete Gamma Function.
conf_hyp(a, b, z)
a |
positive scalar |
b |
positive scalar |
z |
positive scalar |
Returns U(a,b,z) := \frac{1}{Γ(a)} \int_0^∞ 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.