gamma_poisson_clough | R Documentation |
Compute posterior probability using a Gamma-Poisson model (Clough et al.)
gamma_poisson_clough(object, n_start, n_end, a = 1, b = 1e-10)
object |
object of class |
n_start |
start of prior support range |
n_end |
end of prior support range |
a |
prior shape parameter of the gamma distribution used to compute the posterior with Clough. Default to 1 |
b |
prior rate parameter of the gamma distribution used to compute the posterior with Clough. Default to 1e-10 |
vector of posterior probabilities
if support range spans more than 100k values, the posterior is not computed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.