Name

estim_lolimot — Computes the Lolimot estimation for a given vector

Calling Sequence

f = estim_lolimot(x,lolModel)

Parameters

x

a vector of coordinates where you want to compute the derivative.

lolModel

a Lolimot structure learnt via the learn_lolimot function. It handles the definition of a model.

f

the value of the Lolimot model estimation.

Description

  • This function computes the estimation of a given input vector for a given learnt model. See testLolimot.sce in the demos directory.

See Also

learn_lolimot , estim_der_lolimot , estim_vec_lolimot , learn_valid_lolimot , write_lolimot , read_lolimot , plot_lolimot_part , update_lolimot

Authors

Yann COLLETTE

(ycollet@freesurf.fr)