fornberg.RdFinite difference approximation using Fornberg's method for the derivatives of order 1 to k based on irregulat grid values.
fornberg(x, y, xs, k = 1)Compute coefficients for finite difference approximation for the derivative
of order k at xs based on grid values at points in x.
For k=0 this will evaluate the interpolating polynomial itself, but
call it with k=1.
Returns a matrix of size (length(xs)), where the (k+1)-th column
gives the value of the k-th derivative. Especially the first column returns
the polynomial interpolation of the function.
Fornberg's method is considered to be numerically more stable than applying Vandermonde's matrix.
LeVeque, R. J. (2007). Finite Difference Methods for Ordinary and Partial Differential Equations. Society for Industrial and Applied Mathematics (SIAM), Philadelphia.