接口 UnivariateInterpolator

所有已知实现类:
AkimaSplineInterpolator, DividedDifferenceInterpolator, LinearInterpolator, LoessInterpolator, NevilleInterpolator, SplineInterpolator, UnivariatePeriodicInterpolator

public interface UnivariateInterpolator
表示一维实数插值函数的接口。
  • 方法概要

    修饰符和类型
    方法
    说明
    interpolate(double[] xval, double[] yval)
    为数据集计算插值函数。