Learn R Programming

extras (version 0.2.0)

log_lik_gamma_pois: Gamma Poisson Log-Likelihood

Description

Gamma Poisson Log-Likelihood

Usage

log_lik_gamma_pois(x, lambda = 1, theta = 0)

Arguments

x

A vector of 0s and 1s.

lambda

A non-negative numeric vector of means.

theta

A non-negative numeric vector of the shape and rate.

Value

An numeric vector of the corresponding log-likelihoods.

See Also

Other log_lik_dist: log_lik_bern(), log_lik_binom(), log_lik_lnorm(), log_lik_neg_binom(), log_lik_norm(), log_lik_pois()

Examples

Run this code
# NOT RUN {
log_lik_gamma_pois(c(0, 1, 2), 1, 1)
# }

Run the code above in your browser using DataLab