Skip to contents

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

Usage

logLik_NEE(param = c(0, 0), x)

Arguments

param

vector with the values for mu and sigma

x

vector with the data

Examples

y <- rNEE(n=100, mu=1, sigma=1)
logLik_NEE(param=c(0, 0), x=y)
#> [1] -114.0988