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