Hi! After reading this page:
https://github.com/scalanlp/breeze/wiki/InterpolationI'm left with a question. It says that one can do interpolation for both one and many dimensions. However, it only explains the one-dimensional case.
My hazy suspicion is that I can do multivariate interpolation through the magic of universal functions. But since my math-fu is weak, I can't figure out how. Would anybody have an example handy?
As background, I'm trying to create an interpolator that will map time to positions along the CIE 1931 colorspace equal-energy curve:
http://en.wikipedia.org/wiki/CIE_1931_color_space#mediaviewer/File:CIE-1931_diagram_in_LAB_space.svgAnd if I get ambitious, I might try to add a brightness dimension, but for now I can model that with a separate one-dimensional interpolator.
Thanks,
William