Package org.hortonmachine.gears.utils.math.interpolation
-
Interface Summary Interface Description Interpolator The interpolator interface. -
Class Summary Class Description LeastSquaresInterpolator A least square regression interpolator.LinearArrayInterpolator A class for doing linear interpolations on arrays of X and Y.LinearListInterpolator A class for doing linear interpolations on lists of X and Y.PolynomialInterpolator A polynomial interpolation function.