Name

estim_der_lolimot — Analytical Lolimot derivative of a learnt model

Calling Sequence

f = estim_der_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 analytical derivative of the Lolimot model.

Description

  • This function computes the analytical derivative of a Lolimot model. See testLolimot.sce in the demos directory.

See Also

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

Authors

Yann COLLETTE

(ycollet@freesurf.fr)