logLik_DLD {DiscreteDists} | R Documentation |
logLik function for Discrete Lindley distribution
Description
Calculates logLik for Discrete Lindley distribution.
Usage
logLik_DLD(param = 0.5, x)
Arguments
param |
value for mu. |
x |
vector with the response variable. |
Value
returns the loglikelihood given the parameters and random sample.
[Package DiscreteDists version 1.0.0 Index]