llk_cmp: Log likelihood of the Conway-Maxwell-Poisson Distribution

View source: R/llk_cmp.R

llk_cmpR Documentation

Log likelihood of the Conway-Maxwell-Poisson Distribution

Description

This function calculates the log likelihood of the distribution as described by Benson and Friel (2021)

Usage

llk_cmp(y, mu, nu, r = 1000)

Arguments

y

Count value

mu

Location parameter

nu

Shape parameter

r

Number of acceptances

Value

Estimation of the log likelihood of the distribution

Examples

llk_cmp(10, 5, 2)

MultRegCMP documentation built on June 22, 2024, 9:47 a.m.