Liking cljdoc? Tell your friends :D

sicmutils.numerical.interpolate.polynomial

This namespace contains a discussion of polynomial interpolation, and different methods for fitting a polynomial of degree N-1 to N points and evaluating that polynomial at some different x.

This namespace contains a discussion of polynomial interpolation, and different
methods for fitting a polynomial of degree N-1 to N points and evaluating that
polynomial at some different `x`.
raw docstring

sicmutils.numerical.interpolate.rational

This namespace contains a discussion of rational function interpolation, and different methods for fitting rational functions N points and evaluating them at some value x.

This namespace contains a discussion of rational function interpolation, and
different methods for fitting rational functions N points and evaluating them
at some value `x`.
raw docstring

sicmutils.numerical.interpolate.richardson

Richardson interpolation is a special case of polynomial interpolation; knowing the ratios of successive x coordinates in the point sequence allows a more efficient calculation.

Richardson interpolation is a special case of polynomial interpolation; knowing
the ratios of successive `x` coordinates in the point sequence allows a more
efficient calculation.
raw docstring

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

× close