Interface Function

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getY​(double x)
      Returns the y value for y = f(x).
      java.util.List<java.lang.Double> getY​(java.util.List<java.lang.Double> xs)
      Returns a list of y values for a given list of x value.
    • Method Detail

      • getY

        double getY​(double x)
        Returns the y value for y = f(x).
        Parameters:
        x - the x value
        Returns:
        the y for y = f(x)
      • getY

        java.util.List<java.lang.Double> getY​(java.util.List<java.lang.Double> xs)
        Returns a list of y values for a given list of x value.
        Parameters:
        xs - the list of values
        Returns:
        the list of y values for each x