R/GLIN.R
logLik_GLIN.Rd
Auxiliary function to compute the log-likelihood of the GLIN distribution.
logLik_GLIN(param = c(0, 0), x)
Numeric vector containing the values of the parameters
Numeric vector containing the observations.
y <- rGLIN(n = 100, mu = 3, sigma = 1.2) logLik_GLIN(param = c(0, 0), x = y) #> [1] -34.12475