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.)
Version:
$Id: $Id
Author:
josephramsey
  • Method Summary

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

    • valueAt

      double valueAt(double x)

      valueAt.

      Parameters:
      x - the domain value
      Returns:
      the range value
    • toString

      String toString()

      toString.

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