# NOT RUN {
modello.init(10, 10, 10, 10)
## For modello_numbers
y = number(rnorm(10), dx=FALSE)
yh = number(rnorm(10), dx=FALSE)
h = mae(y, yh)
print(h)
print(h$v)
modello.close()
## For numerics
y = rnorm(10)
yh = rnorm(10)
h = mae(y, yh)
print(h)
# }
Run the code above in your browser using DataLab