R/NEE.R
logLik_NEE.Rd
This is an auxiliar function to obtain the logLik for NEE.
logLik_NEE(param = c(0, 0), x)
vector with the values for mu and sigma
vector with the data
y <- rNEE(n=100, mu=1, sigma=1) logLik_NEE(param=c(0, 0), x=y) #> [1] -114.0988