powered by
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)
Run the code above in your browser using DataLab