llk_cmp {MultRegCMP} | R 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)
[Package MultRegCMP version 0.1.0 Index]