logLik_HYPERPO2 {DiscreteDists} | R Documentation |
logLik function for hyper Poisson in second parameterization
Description
Calculates logLik for hyper Poisson distribution.
Usage
logLik_HYPERPO2(logparam = c(0, 0), x)
Arguments
logparam |
vector with parameters in log scale. |
x |
vector with the response variable. |
Value
returns the loglikelihood given the parameters and random sample.
[Package DiscreteDists version 1.0.0 Index]