Liking cljdoc? Tell your friends :D

incanter.interp.cubic-spline


interpolateclj

(interpolate points options)

Interpolates set of points using cubic splines. http://en.wikipedia.org/wiki/Spline_interpolation

Interpolates set of points using cubic splines.
http://en.wikipedia.org/wiki/Spline_interpolation
sourceraw docstring

interpolate-gridclj

(interpolate-grid grid xs ys options)

Interpolates grid using bicubic splines.

Interpolates grid using bicubic splines.
sourceraw docstring

interpolate-grid-hermiteclj

(interpolate-grid-hermite grid xs ys options)

Interpolates grid using bicubic hermite splines.

Interpolates grid using bicubic hermite splines.
sourceraw docstring

interpolate-hermiteclj

(interpolate-hermite points options)

Interpolates set of points using cubic hermite splines. http://en.wikipedia.org/wiki/Cubic_Hermite_spline

Interpolates set of points using cubic hermite splines.
http://en.wikipedia.org/wiki/Cubic_Hermite_spline
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close