AkimaSplineInterpolator
, DividedDifferenceInterpolator
, LinearInterpolator
, LoessInterpolator
, NevilleInterpolator
, SplineInterpolator
, UnivariatePeriodicInterpolator
public interface UnivariateInterpolator
Modifier and Type | Method | Description |
---|---|---|
UnivariateFunction |
interpolate(double[] xval,
double[] yval) |
Compute an interpolating function for the dataset.
|
UnivariateFunction interpolate(double[] xval, double[] yval) throws MathIllegalArgumentException
xval
- Arguments for the interpolation points.yval
- Values for the interpolation points.MathIllegalArgumentException
- if the arguments violate assumptions made by the interpolation
algorithm.MathIllegalArgumentException
- if arrays lengthes do not matchCopyright © 2016–2018 Hipparchus.org. All rights reserved.