|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface UnivariateRealInterpolator
Interpolation is a method of constructing new data points within the range of a discrete set of known data points. All univariate real interpolators implement this interface.
| Method Summary | |
|---|---|
void |
addData(double[] x,
double[] y)
Supply the interpolator with a set of data points. |
double |
evaluate(double x)
Interpolate the estimated function to a point x to compute y^ = f(x). |
| Method Detail |
|---|
void addData(double[] x,
double[] y)
x.
x - the abscissaey - the ordinatesdouble evaluate(double x)
x to compute y^ = f(x).
x - x
f(x)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||