These are both fantastic. It has been 25 years since I had a serious math
class (no Stats either - Set Theory, Category Theory), so this has taken me
a few afternoons to wrap my head around.
Spline? Cubic? Bicubic? RBF? Shephard? And that's just interpolation.
Its weird that the Commons Math do
Check out my fastmath library:
https://generateme.github.io/fastmath/fastmath.interpolation.html
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are modera
Hey Charles,
Maybe check out the apache commons-math3 interpolators:
https://commons.apache.org/proper/commons-math/javadocs/api-3.6/org/apache/commons/math3/analysis/interpolation/package-summary.html
On Tue, Jan 14, 2020 at 11:04 AM Charles Harvey III <
charlesnhar...@gmail.com> wrote:
> Greet
Greetings.
A current project I am working on needs to run a Bilinear Interpolation. R
and Python (SciPy) have functions for this: interp2. I think this is just a
fancy name for particular matrix multiplication. But I'm not really sure.
Can I cobble this together in core.matrix? Incanter? Neandert