R/GEG.R
logLik_GEG.Rd
This is an auxiliar function to obtain the logLik for GEG.
logLik_GEG(logparam = c(0, 0, 0, 0), x)
vector with the values for mu, sigma, nu and tau
vector with the data
y <- rGEG(n=100, mu=1, sigma=1, nu=1, tau=1) logLik_GEG(logparam=c(0, 0, 0, 0), x=y) #> [1] -204.6974