logLik_DBH {DiscreteDists}R Documentation

logLik function for Discrete Burr Hatke

Description

Calculates logLik for Discrete Burr Hatke distribution.

Usage

logLik_DBH(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]