Interface Function

All Known Implementing Classes:
PartialCorrelationPdf

public interface Function
Interface for a single-argument, double-valued function that can be passed to mathematical routines. (Apologies in advance to ML programmers.)
Author:
josephramsey
  • Method Summary

    Modifier and Type
    Method
    Description
     
    double
    valueAt(double x)
     
  • Method Details

    • valueAt

      double valueAt(double x)
      Parameters:
      x - the domain value
      Returns:
      the range value
    • toString

      String toString()
      Overrides:
      toString in class Object
      Returns:
      this name or description.