org.apache.commons.math3.analysis.interpolation
public interface UnivariateInterpolator
Modifier and Type | Method and Description |
---|---|
UnivariateFunction |
interpolate(double[] xval,
double[] yval)
Compute an interpolating function for the dataset.
|
UnivariateFunction interpolate(double[] xval, double[] yval)
xval
- Arguments for the interpolation points.yval
- Values for the interpolation points.MathIllegalArgumentException
- if the arguments violate assumptions made by the interpolation
algorithm.Copyright (c) 2003-2013 Apache Software Foundation