powered by
This is an auxiliar function to obtain the logLik for NPGL.
logLik_NPGL(param = c(0, 0), x)
vector with the values for mu and sigma
vector with the data
y <- rNPGL(n=100, mu=0.1, sigma=2) logLik_NPGL(param=c(0, 0), x=y)
Run the code above in your browser using DataLab