Class BarlowProschan.BarlowProschanFunction

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getY

        public double getY​(double x)
        Description copied from interface: Function
        Returns the y value for y = f(x).
        Specified by:
        getY in interface Function
        Parameters:
        x - the x value
        Returns:
        the y for y = f(x)
      • getY

        public java.util.List<java.lang.Double> getY​(java.util.List<java.lang.Double> xs)
        Description copied from interface: Function
        Returns a list of y values for a given list of x value.
        Specified by:
        getY in interface Function
        Parameters:
        xs - the list of values
        Returns:
        the list of y values for each x