(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: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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close