Skip to contents

This is an auxiliar function to obtain the logLik for GEG.

Usage

logLik_GEG(logparam = c(0, 0, 0, 0), x)

Arguments

logparam

vector with the values for mu, sigma, nu and tau

x

vector with the data

Examples

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