gamma_int | R Documentation |
For internal use only. Use integration as a limit of a sum to numerically compute the incomplete gamma integral
gamma_int(x, a, b)
x |
gamma quantile |
a |
shape parameter |
b |
scale parameter |
A scalar value of the integral. For internal use only.
Aritra Halder <aritra.halder@drexel.edu>,
Sudipto Banerjee <sudipto@ucla.edu>
#####################
# Internal use only #
#####################
# Example usage in nimblewomble::wombling_matern1(...) or,
# nimblewomble::wombling_matern2(...)
require(nimble)
Gint = compileNimble(gamma_int)
Gint(x = 1, a = 1, b = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.