Documentation of 'org.apache.commons.math.analysis.interpolation.UnivariateRealInterpolator' Java class
UnivariateRealInterpolator
org.apache.commons.math.analysis.interpolation

Interface UnivariateRealInterpolator

    • Method Detail

      • interpolate

        UnivariateRealFunction interpolate(double[] xval,
                                           double[] yval)
                                    throws MathException
        Computes an interpolating function for the data set.
        Parameters:
        xval - the arguments for the interpolation points
        yval - the values for the interpolation points
        Returns:
        a function which interpolates the data set
        Throws:
        MathException - if arguments violate assumptions made by the interpolation algorithm

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.