estim_vec_lolimot — Computes the Lolimot estimation for a given vector
f = estim_vec_lolimot(x,lolModel)
a vector of coordinates where you want to compute the derivative.
a Lolimot structure learnt via the learn_lolimot function. It handles the definition of a model.
the value of the Lolimot model estimation.
This function computes the estimation of a given input vector for a given learnt model. See testLolimot.sce in the demos directory. Compared to estim_lolimot, this function is faster but consums more memory.