Computes an interpolating function for the data set.
Parameters: xval - the arguments for the interpolation points Parameters: yval - the values for the interpolation points a function which interpolates the data set throws: MathException - if arguments violate assumptions made by theinterpolationg algorithm