R/smooth_PLS.R
evaluate_gamma_ij.Rd
This function evaluates int_0^T w_i_fd p_j_t dt for all j return a list, the element i length is (i-1)
evaluate_gamma_ij(w_i_list, p_i_list)
a list of fd functions w_i(t)
a list of fd functions p_i(t)
a list of list of the gamma_ij values
Francois Bassac