I\'m looking for a java library or some help to write my own interpolation function. That is I have two arrays of doubles which are potentially different sizes, but are ord
you can use apache commons-math interpolation functions, such as SplineInterpolator