Liking cljdoc? Tell your friends :D

fastmath.interpolation


extrapolationclj

(extrapolation interpolator start end)
(extrapolation interpolator method start end)

Extrapolate 1d values outside boundaries.

Possible methods:

  • :constant - constant values from boundaries
  • :zero - always zero
  • :skip - pass to interpolator
  • :error - throw an exception
  • any number - return given value
  • two value vector or map with :left and :right keys - return given values for left and right boundaries.
Extrapolate 1d values outside boundaries.

Possible methods:

* `:constant` - constant values from boundaries
* `:zero` - always zero
* `:skip` - pass to interpolator
* `:error` - throw an exception
* any number - return given value
* two value vector or map with `:left` and `:right` keys - return given values for left and right boundaries. 
sourceraw docstring

interpolationcljmultimethod

source

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

× close