Interpolation over an array (or two)

后端 未结 8 642
闹比i
闹比i 2020-12-10 15:27

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

8条回答
  •  南笙
    南笙 (楼主)
    2020-12-10 15:56

    you can use apache commons-math interpolation functions, such as SplineInterpolator

提交回复
热议问题