Skip to contents

Auxiliary function to compute the log-likelihood of the GLIN distribution.

Usage

logLik_GLIN(param = c(0, 0), x)

Arguments

param

Numeric vector containing the values of the parameters

x

Numeric vector containing the observations.

Examples

y <- rGLIN(n = 100, mu = 3, sigma = 1.2)
logLik_GLIN(param = c(0, 0), x = y)
#> [1] -34.12475