|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for interpolating a data set.
Method Summary | |
UnivariateRealFunction |
interpolate(double[] xval,
double[] yval)
Computes an interpolating function for the data set. |
Method Detail |
public UnivariateRealFunction interpolate(double[] xval, double[] yval) throws MathException
xval
- the arguments for the interpolation pointsyval
- the values for the interpolation points
MathException
- if arguments violate assumptions made by the
interpolationg algorithm
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |