First of all, thank you for the great package, I found it very useful for my thesis!
I was reading the Benth's article "Extracting and Applying Smooth Forward..." and I noticed that, in the computation of the matrix H, h_j's coefficients are, for example, h_j[1][1] = 28,8*(k[j+1]**5 - k[j]*5) and not 28,8(k[j+1] -k[j])**5 .
So, I would ask you if it is possible or is it my misunderstanding.