View source: R/eta_half_t_sampling.R
low_inc_gamma | R Documentation |
Lower Incomplete Gamma Function.
low_inc_gamma(rate, upper_truncation, log = TRUE)
rate |
positive scalar |
upper_truncation |
positive scalar |
log |
boolean to return log of lower incomplete gamma |
log(pgamma(x,a)) or pgamma(x,a) where pgamma(x,a) := 1/Gamma(a) integral_0^x t^(a-1) exp(-t) dt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.