update_gamma_poisson
function update_gamma_poisson(x:Integer, k:Real, θ:Real) -> (Real, Real)
Update the parameters of a Gamma distribution with a Poisson likelihood.
- x: The variate.
- k: Prior shape.
- θ: Prior scale.
Returns: the posterior hyperparameters k'
and θ'
.