logLik_NEE | R Documentation |
This is an auxiliar function to obtain the logLik for NEE.
logLik_NEE(param = c(0, 0), x)
param |
vector with the values for mu and sigma |
x |
vector with the data |
y <- rNEE(n=100, mu=1, sigma=1)
logLik_NEE(param=c(0, 0), x=y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.