Liking cljdoc? Tell your friends :D

incanter.interp.polynomial


barycentric-chebclj

(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.
sourceraw docstring

interpolateclj

(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
sourceraw docstring

interpolate-gridclj

(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
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close