Learn R Programming

extras (version 0.2.0)

log_lik_neg_binom: Negative Binomial Log-Likelihood

Description

Negative Binomial Log-Likelihood

Usage

log_lik_neg_binom(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_gamma_pois(), log_lik_lnorm(), log_lik_norm(), log_lik_pois()

Examples

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

Run the code above in your browser using DataLab