Skip to contents

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)
#> [1] -5.958406