(barycentric-cheb ys opts)
Interpolate given points using barycentric Lagrange interpolation and Chebyshev nodes of second kind to minimize interpolation error.
Interpolate given points using barycentric Lagrange interpolation and Chebyshev nodes of second kind to minimize interpolation error.
(interpolate points options)
Interpolates point by polynomial using Newton form. http://en.wikipedia.org/wiki/Newton_polynomial
Interpolates point by polynomial using Newton form. http://en.wikipedia.org/wiki/Newton_polynomial
(interpolate-grid grid xs ys options)
Interpolates grid of points using polynomial in Newton form. Implemented algorithm is taken from here: http://www.academia.edu/1387278/On_the_Newton_Multivariate_Polynomial_Interpolation_with_Applications Part III
Interpolates grid of points using polynomial in Newton form. Implemented algorithm is taken from here: http://www.academia.edu/1387278/On_the_Newton_Multivariate_Polynomial_Interpolation_with_Applications Part III
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close