Liking cljdoc? Tell your friends :D

fastmath.interpolation.acm


akimaclj

(akima xs ys)
source

bicubicclj

(bicubic xs ys vss)
source

divided-differenceclj

(divided-difference xs ys)
source

loessclj

(loess xs ys)
(loess xs
       ys
       {:keys [bandwidth iters accuracy weights]
        :or {bandwidth LoessInterpolator/DEFAULT_BANDWIDTH
             iters LoessInterpolator/DEFAULT_ROBUSTNESS_ITERS
             accuracy LoessInterpolator/DEFAULT_ACCURACY}})
source

microsphere-projectionclj

(microsphere-projection xss ys)
(microsphere-projection xss
                        ys
                        {:keys [elements exponent max-dark-friction
                                dark-threshold background
                                no-interpolation-tolerance]
                         :or {elements (infer-elements (first xss) (count xss))
                              exponent 1.0
                              max-dark-friction 0.9
                              dark-threshold 0.01
                              background 0.0
                              no-interpolation-tolerance 1.0E-6}})
source

nevilleclj

(neville xs ys)
source

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

× close