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