# NOT RUN {
modello.init(10, 10, 10, 10)
y = number(rnorm(10), dx=FALSE)
mu = number(rep(0, 10))
s = number(rep(1, 10))
w = number(runif(10))
lkh = lkh.norm(y, mu, s, w)
print(lkh)
print(lkh$v)
modello.close()
# }
Run the code above in your browser using DataLab