# NOT RUN {
modello.init(10, 10, 10, 10)
## For modello_numbers
y = number(rnorm(10))
ld = ldnorm(y, .k(0), .k(1))
print(ld)
print(ld$v)
modello.close()
## For numerics
y = rnorm(10)
ld = ldnorm(y, 0, 1)
print(ld)
# }
Run the code above in your browser using DataLab